Searched refs:MakeFakeLiteral (Results 1 – 6 of 6) sorted by relevance
60 StatusOr<Literal> MakeFakeLiteral(const Shape& shape, bool pseudo_random = true,
1208 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()
665 StatusOr<Literal> MakeFakeLiteral(const Shape& shape, bool pseudo_random, in MakeFakeLiteral() function
510 TF_ASSERT_OK_AND_ASSIGN(Literal input_data, MakeFakeLiteral(input_shape)); in XLA_TEST_F()
82 StatusOr<Literal> literal_status = MakeFakeLiteral(shape); in MakeFakeDataOrDie()
268 std::move(MakeFakeLiteral(*infeed_shape)).ValueOrDie()); in ReplayComputation()