Searched refs:CreateConstantFromLiteral (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reduce_window_test.cc | 76 auto init = CreateConstantFromLiteral(LiteralUtil::CreateR0<float>(0.0f), in ReduceWindowAdd() 88 CreateConstantFromLiteral(LiteralUtil::MinValue(F32), &builder_); in ReduceWindowMax() 99 CreateConstantFromLiteral(LiteralUtil::MaxValue(F32), &builder_); in ReduceWindowMin() 109 const auto input = CreateConstantFromLiteral( in XLA_TEST_P() 112 CreateConstantFromLiteral(LiteralUtil::CreateR0<float>(0), &builder_); in XLA_TEST_P() 127 CreateConstantFromLiteral(LiteralUtil::CreateR0<float>(42.0), &builder_); in XLA_TEST_P() 129 CreateConstantFromLiteral(LiteralUtil::CreateR0<float>(1.0), &builder_); in XLA_TEST_P() 138 const auto input = CreateConstantFromLiteral( in XLA_TEST_P() 146 const auto input = CreateConstantFromLiteral( in XLA_TEST_P() 155 const auto input = CreateConstantFromLiteral( in XLA_TEST_P() [all …]
|
D | client_library_test_base.h | 306 XlaOp CreateConstantFromLiteral(const Literal& literal, XlaBuilder* builder); 315 return CreateConstantFromLiteral(LiteralUtil::CreateFromArray(array), in CreateConstantFromArray() 322 return CreateConstantFromLiteral(LiteralUtil::CreateR0<NativeT>(value), in CreateConstantFromScalar()
|
D | client_library_test_base.cc | 601 XlaOp ClientLibraryTestBase::CreateConstantFromLiteral(const Literal& literal, in CreateConstantFromLiteral() function in xla::ClientLibraryTestBase
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | sorting_test.cc | 126 CreateConstantFromLiteral(LiteralUtil::CreateFromArray(input), &builder); in XLA_TEST_F()
|