Searched refs:CreateRandomLiteral (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | cholesky_test.cc | 234 auto literal, LiteralUtil::CreateRandomLiteral<F32>(shape, 0.0, 1.0)); in XLA_TEST_P() 274 LiteralUtil::CreateRandomLiteral<F32>(shape, 0.0, 1.0)); in XLA_TEST_P() 277 LiteralUtil::CreateRandomLiteral<F32>(shape, 0.0, 1.0)); in XLA_TEST_P()
|
D | local_client_execute_test.cc | 815 LiteralUtil::CreateRandomLiteral<F32>( in XLA_TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.h | 271 static StatusOr<Literal> CreateRandomLiteral(const Shape& shape, E* engine, 281 static StatusOr<Literal> CreateRandomLiteral(const Shape& shape, T mean, 540 /* static */ StatusOr<Literal> LiteralUtil::CreateRandomLiteral( in CreateRandomLiteral() function 550 /* static */ StatusOr<Literal> LiteralUtil::CreateRandomLiteral( in CreateRandomLiteral() function 553 return CreateRandomLiteral<type>(shape, &engine, mean, stddev); in CreateRandomLiteral()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_constant_folding_test.cc | 159 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F() 182 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()
|
D | hlo_evaluator_test.cc | 496 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()
|