Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dconvolution_test.cc444 auto input_r1 = LiteralUtil::CreateR1<float>(input_elems); in XLA_TEST_F() local
507 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
567 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
633 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
703 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
767 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
836 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
905 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
976 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
1051 auto input_r1 = LiteralUtil::CreateR1<T>(input_elems); in RunTest() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_test.cc1398 auto input_r1 = LiteralUtil::CreateR1<float>(input_elems); in TEST_P() local