Home
last modified time | relevance | path

Searched refs:CreateRandomLiteral (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dcholesky_test.cc234 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()
Dlocal_client_execute_test.cc815 LiteralUtil::CreateRandomLiteral<F32>( in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.h271 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/
Dhlo_constant_folding_test.cc159 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()
182 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()
Dhlo_evaluator_test.cc496 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()