Home
last modified time | relevance | path

Searched refs:MakeFakeLiteral (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.h60 StatusOr<Literal> MakeFakeLiteral(const Shape& shape, bool pseudo_random = true,
Ddot_operation_test.cc1208 MakeFakeLiteral(ShapeUtil::MakeShape(F32, std::get<0>(GetParam()))) in XLA_TEST_P()
1212 MakeFakeLiteral(ShapeUtil::MakeShape(F32, std::get<1>(GetParam()))) in XLA_TEST_P()
1297 MakeFakeLiteral(ShapeUtil::MakeShape(F32, std::get<0>(GetParam()))) in XLA_TEST_P()
1301 MakeFakeLiteral(ShapeUtil::MakeShape(F32, std::get<1>(GetParam()))) in XLA_TEST_P()
Dtest_utils.cc665 StatusOr<Literal> MakeFakeLiteral(const Shape& shape, bool pseudo_random, in MakeFakeLiteral() function
Dreduce_test.cc510 TF_ASSERT_OK_AND_ASSIGN(Literal input_data, MakeFakeLiteral(input_shape)); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtesting.cc82 StatusOr<Literal> literal_status = MakeFakeLiteral(shape); in MakeFakeDataOrDie()
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc268 std::move(MakeFakeLiteral(*infeed_shape)).ValueOrDie()); in ReplayComputation()