Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
H A Dcpu_fusion_test.cc53 auto input_literal2 = LiteralUtil::CreateR1<float>({-2.0, -42.0, 2.0}); in TEST_F() local
298 auto input_literal2 = LiteralUtil::CreateR1<float>({-2.0, -42.0, 2.0}); in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dreduce_test.cc957 Literal input_literal2 = LiteralUtil::CreateR0<float>(init); in XLA_TEST_F() local