Searched refs:CreateRandomLiteral (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | literal_util.h | 278 static StatusOr<Literal> CreateRandomLiteral( 289 static StatusOr<Literal> CreateRandomLiteral(const Shape& shape, E* engine, 299 static StatusOr<Literal> CreateRandomLiteral(const Shape& shape, T mean, 561 /* static */ StatusOr<Literal> LiteralUtil::CreateRandomLiteral( in CreateRandomLiteral() function 573 /* static */ StatusOr<Literal> LiteralUtil::CreateRandomLiteral( in CreateRandomLiteral() function 577 return CreateRandomLiteral<type, NativeT>( in CreateRandomLiteral() 583 /* static */ StatusOr<Literal> LiteralUtil::CreateRandomLiteral( in CreateRandomLiteral() function 586 return CreateRandomLiteral<type>(shape, &engine, mean, stddev); in CreateRandomLiteral()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_constant_folding_test.cc | 157 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F() 180 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()
|
D | hlo_evaluator_test.cc | 419 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | cholesky_test.cc | 169 auto literal, LiteralUtil::CreateRandomLiteral<F32>(shape, 0.0, 1.0)); in XLA_TEST_P()
|