Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util.h278 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/
Dhlo_constant_folding_test.cc157 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()
180 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()
Dhlo_evaluator_test.cc419 LiteralUtil::CreateRandomLiteral<F32>( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dcholesky_test.cc169 auto literal, LiteralUtil::CreateRandomLiteral<F32>(shape, 0.0, 1.0)); in XLA_TEST_P()