Home
last modified time | relevance | path

Searched refs:input_literal2 (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_fusion_test.cc54 auto input_literal2 = LiteralUtil::CreateR1<float>({-2.0, -42.0, 2.0}); in TEST_F() local
60 HloInstruction::CreateConstant(std::move(input_literal2))); in TEST_F()
299 auto input_literal2 = LiteralUtil::CreateR1<float>({-2.0, -42.0, 2.0}); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dreduce_test.cc950 Literal input_literal2 = LiteralUtil::CreateR0<float>(init); in XLA_TEST_F() local
952 client_->TransferToServer(input_literal2).ConsumeValueOrDie(); in XLA_TEST_F()