Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.h176 static Literal CreateR3FromArray3DWithLayout(const Array3D<NativeT>& values,
371 return CreateR3FromArray3DWithLayout(tmp, layout); in CreateR3WithLayout()
465 /* static */ Literal LiteralUtil::CreateR3FromArray3DWithLayout( in CreateR3FromArray3DWithLayout() function
Dliteral_test.cc781 auto lit_dim0minor = LiteralUtil::CreateR3FromArray3DWithLayout<int>( in TEST_F()
796 auto lit_dim0major = LiteralUtil::CreateR3FromArray3DWithLayout<int>( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_window_test.cc1021 Literal input_literal = LiteralUtil::CreateR3FromArray3DWithLayout( in TEST_P()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h1988 LiteralUtil::CreateR3FromArray3DWithLayout<NativeT>(values, layout)); in ConstantR3FromArray3DWithLayout()