HomeSort by relevance Sort by last modified time
    Searched refs:MakeFakeLiteral (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
test_utils.h 60 StatusOr<Literal> MakeFakeLiteral(const Shape& shape,
test_utils.cc 188 // Similar to MakeFakeLiteral but takes a random number generator engine to
542 StatusOr<Literal> MakeFakeLiteral(const Shape& shape, bool pseudo_random) {
dot_operation_test.cc     [all...]
reduce_test.cc 509 TF_ASSERT_OK_AND_ASSIGN(Literal input_data, MakeFakeLiteral(input_shape));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
testing.cc 82 StatusOr<Literal> literal_status = MakeFakeLiteral(shape);
  /external/tensorflow/tensorflow/compiler/xla/tools/
replay_computation.cc 236 std::move(MakeFakeLiteral(*infeed_shape)).ValueOrDie());

Completed in 114 milliseconds