Home
last modified time | relevance | path

Searched refs:ExpectR1Equal (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Ddeconstruct_tuple_test.cc69 LiteralTestUtil::ExpectR1Equal<float>({1.0, 2.0, 3.0, 4.0}, literal); in TEST_F()
71 LiteralTestUtil::ExpectR1Equal<float>({2.0, 4.0, 6.0, 8.0}, literal); in TEST_F()
91 LiteralTestUtil::ExpectR1Equal<float>({1.0, 2.0, 3.0, 4.0}, literal); in TEST_F()
93 LiteralTestUtil::ExpectR1Equal<float>({2.0, 4.0, 6.0, 8.0}, literal); in TEST_F()
99 LiteralTestUtil::ExpectR1Equal<float>({1.0, 2.0, 3.0, 4.0}, literal); in TEST_F()
101 LiteralTestUtil::ExpectR1Equal<float>({2.0, 4.0, 6.0, 8.0}, literal); in TEST_F()
121 LiteralTestUtil::ExpectR1Equal<float>({1.0, 2.0, 3.0, 4.0}, literal); in XLA_TEST_F()
123 LiteralTestUtil::ExpectR1Equal<float>({2.0, 4.0, 6.0, 8.0}, literal); in XLA_TEST_F()
125 LiteralTestUtil::ExpectR1Equal<float>({2.0, 4.0, 6.0, 8.0}, literal); in XLA_TEST_F()
127 LiteralTestUtil::ExpectR1Equal<float>({1.0, 2.0, 3.0, 4.0}, literal); in XLA_TEST_F()
[all …]
Dlocal_client_execute_test.cc320 LiteralTestUtil::ExpectR1Equal<float>({40.0f, 71.0f, 117.0f}, in XLA_TEST_F()
359 LiteralTestUtil::ExpectR1Equal<float>({264.0, 73.0, 133.0}, in XLA_TEST_F()
746 LiteralTestUtil::ExpectR1Equal<float>({2.0f, 4.0f, 6.0f}, in XLA_TEST_F()
748 LiteralTestUtil::ExpectR1Equal<float>({1.0f, 2.0f, 3.0f}, in XLA_TEST_F()
868 LiteralTestUtil::ExpectR1Equal<float>({-4.0, 125.0, 45.0}, result); in XLA_TEST_F()
893 LiteralTestUtil::ExpectR1Equal<float>({-4.0, 125.0, 45.0}, result); in XLA_TEST_F()
Dliteral_test_util.h65 static void ExpectR1Equal(absl::Span<const NativeT> expected,
162 /* static */ void LiteralTestUtil::ExpectR1Equal( in ExpectR1Equal() function
Dtransfer_manager_test.cc99 LiteralTestUtil::ExpectR1Equal<float>({1.25f, 2.5f, -17.0f, -20.125f}, in XLA_TEST_F()
117 LiteralTestUtil::ExpectR1Equal<float>(test_vector, result); in XLA_TEST_F()
Dreplay_test.cc148 LiteralTestUtil::ExpectR1Equal<int32>({3, 4, 5}, literal); in TEST_F()
Dmultioutput_fusion_test.cc245 LiteralTestUtil::ExpectR1Equal<float>({0.0, 4.0, 9.0, 1.0}, result); in XLA_TEST_F()
275 LiteralTestUtil::ExpectR1Equal<float>({0.0, 4.0, 9.0}, result); in XLA_TEST_F()
/external/tensorflow/tensorflow/compiler/xla/
Dreference_util_test.cc93 LiteralTestUtil::ExpectR1Equal<float>({0}, result); in TEST_F()