/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | reshape_test.cc | 65 auto expected_literal = LiteralUtil::CreateR1<float>({1.0f}); in XLA_TEST_P() local 79 auto expected_literal = LiteralUtil::CreateR1<float>({1.0f}); in XLA_TEST_P() local 93 auto expected_literal = LiteralUtil::CreateR1<float>({1.0f}); in XLA_TEST_P() local 112 auto expected_literal = LiteralUtil::CreateR0<float>(1.0f); in XLA_TEST_P() local 128 auto expected_literal = LiteralUtil::CreateR1<float>({-1.0f}); in XLA_TEST_P() local 142 auto expected_literal = LiteralUtil::CreateR1<float>({}); in XLA_TEST_P() local 157 auto expected_literal = LiteralUtil::CreateR1<float>({}); in XLA_TEST_P() local 171 auto expected_literal = LiteralUtil::CreateR1<float>({}); in XLA_TEST_P() local 185 auto expected_literal = LiteralUtil::CreateR1<float>({1.0f, 2.0f, 3.0f}); in XLA_TEST_P() local 199 auto expected_literal = LiteralUtil::CreateR1<float>({1.0f, 2.0f, 3.0f}); in XLA_TEST_P() local [all …]
|
D | client_library_test_base.h | 452 Literal expected_literal = LiteralUtil::CreateR0<NativeT>(expected); in ComputeAndCompareR0() local 468 Literal expected_literal = LiteralUtil::CreateR0<NativeT>(expected); in ComputeAndCompareR0() local 477 Literal expected_literal = LiteralUtil::CreateR1<NativeT>(expected); in ComputeAndCompareR1() local 493 Literal expected_literal = LiteralUtil::CreateR1<NativeT>(expected); in ComputeAndCompareR1() local 502 Literal expected_literal = in ComputeAndCompareR2() local 519 Literal expected_literal = in ComputeAndCompareR2() local 529 Literal expected_literal = in ComputeAndCompareR3() local 546 Literal expected_literal = in ComputeAndCompareR3() local 556 Literal expected_literal = in ComputeAndCompareR4() local 573 Literal expected_literal = in ComputeAndCompareR4() local [all …]
|
D | compute_constant_test.cc | 225 Literal expected_literal = LiteralUtil::CreateR1<int32>({4, 6}); in TEST_F() local 239 Literal expected_literal = LiteralUtil::CreateR0<int32>(5); in TEST_F() local 259 Literal expected_literal = LiteralUtil::CreateR2WithLayout<int32>( in XLA_TEST_F() local
|
D | client_test.cc | 59 Literal expected_literal = LiteralUtil::CreateR2WithLayout<int32>( in XLA_TEST_F() local
|
D | client_library_test_base.cc | 165 Literal expected_literal = LiteralUtil::CreateR1(expected); in ComputeAndCompareR1() local 426 Literal expected_literal = LiteralUtil::CreateR1U8(expected); in ComputeAndCompareR1U8() local
|
D | slice_test.cc | 194 auto expected_literal = LiteralUtil::CreateR4FromArray4DWithLayout( in XLA_TEST_F() local
|
D | scalar_computations_test.cc | 399 auto expected_literal = in XLA_TEST_F() local 441 auto expected_literal = in XLA_TEST_F() local
|
D | convolution_variants_test.cc | 1347 auto expected_literal = in XLA_TEST_F() local 1371 auto expected_literal = in XLA_TEST_F() local
|
D | reduce_window_test.cc | 676 Literal expected_literal = LiteralUtil::CreateFromArray(*expected); in DoIt() local
|
/external/tensorflow/tensorflow/compiler/xla/rpc/ |
D | grpc_client_test.cc | 104 Literal expected_literal = LiteralUtil::CreateR1<float>(expected); in TEST_F() local
|
/external/pdfium/testing/ |
D | test_support.h | 18 #define STR_IN_OUT_CASE(input_literal, expected_literal, ...) \ argument
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_compiler_test.cc | 235 xla::Literal expected_literal = xla::LiteralUtil::MakeTuple({&expected0}); in TEST_F() local 856 xla::Literal expected_literal = in TEST_F() local 1040 xla::Literal expected_literal = in RunAndCheckVariablesComputation() local 1197 xla::Literal expected_literal = xla::LiteralUtil::MakeTuple({}); in TEST_F() local 1323 xla::Literal expected_literal = in TEST_F() local 1392 xla::Literal expected_literal = in TEST_F() local 1748 xla::Literal expected_literal = in TEST_F() local 1855 xla::Literal expected_literal = xla::LiteralUtil::MakeTuple({&expected}); in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/xrt/tests/ |
D | raw_api_test.cc | 560 xla::Literal expected_literal = in TEST() local 1882 auto expected_literal = in TEST() local 1981 auto expected_literal = in TEST() local
|