Home
last modified time | relevance | path

Searched defs:input_r1 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dconvolution_test.cc291 auto input_r1 = LiteralUtil::CreateR1<float>(input_elems); in XLA_TEST_F() local
353 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
411 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
475 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
543 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
605 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
672 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
738 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
806 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
879 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
[all …]
H A Dconvolution_test_1d.cc107 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in TestImpl() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_evaluator_test.cc1513 auto input_r1 = LiteralUtil::CreateR1<float>(input_elems); in TEST_P() local