Home
last modified time | relevance | path

Searched refs:CreateR3FromArray3DWithLayout (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_util.h145 static Literal CreateR3FromArray3DWithLayout(const Array3D<NativeT>& values,
345 return CreateR3FromArray3DWithLayout(tmp, layout); in CreateR3WithLayout()
424 /* static */ Literal LiteralUtil::CreateR3FromArray3DWithLayout( in CreateR3FromArray3DWithLayout() function
H A Dliteral_test.cc825 auto lit_dim0minor = LiteralUtil::CreateR3FromArray3DWithLayout<int>( in TEST_F()
840 auto lit_dim0major = LiteralUtil::CreateR3FromArray3DWithLayout<int>( in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_window_test.cc1062 Literal input_literal = LiteralUtil::CreateR3FromArray3DWithLayout( in XLA_TEST_P()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.h2778 LiteralUtil::CreateR3FromArray3DWithLayout<NativeT>(values, layout)); in ConstantR3FromArray3DWithLayout()