Searched refs:ExpectR2Near (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | reference_util_test.cc | 57 LiteralTestUtil::ExpectR2Near<float>({{1.f, 4.f}, {2.f, 5.f}, {3.f, 6.f}}, in TEST_F() 69 LiteralTestUtil::ExpectR2Near<float>({{58.f, 64.f}, {139.f, 154.f}}, in TEST_F() 110 LiteralTestUtil::ExpectR2Near<float>({{1.f, 3.f, 5.f}, {5.f, 7.f, 9.f}}, in TEST_F() 149 LiteralTestUtil::ExpectR2Near<float>({{1.f, 2.f}, {4.f, 5.f}}, actual_literal, in TEST_F() 157 LiteralTestUtil::ExpectR2Near<float>({{1.f, 3.f}, {4.f, 6.f}}, actual_literal, in TEST_F() 426 LiteralTestUtil::ExpectR2Near({{300.f, 600.f}, {900.f, 1200.f}}, in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | literal_test_util.h | 109 static void ExpectR2Near( 215 /* static */ void LiteralTestUtil::ExpectR2Near( in ExpectR2Near() function
|
D | copy_test.cc | 125 LiteralTestUtil::ExpectR2Near<float>({{1.0, 2.0}, {3.0, 4.0}}, result, in XLA_TEST_F() 154 LiteralTestUtil::ExpectR2Near<float>({{1.0, 3.0}, {2.0, 4.0}}, result, in XLA_TEST_F()
|
D | constants_test.cc | 170 LiteralTestUtil::ExpectR2Near<float>({{1.0}, {2.0}}, in TEST_F()
|
D | local_client_execute_test.cc | 145 LiteralTestUtil::ExpectR2Near<float>({{11.0f, 22.0f}, {33.0f, 44.0f}}, in XLA_TEST_F() 152 LiteralTestUtil::ExpectR2Near<float>({{11.0f, 22.0f}, {33.0f, 44.0f}}, in XLA_TEST_F() 178 LiteralTestUtil::ExpectR2Near<float>({{11.0f, 22.0f}, {33.0f, 44.0f}}, in XLA_TEST_F() 191 LiteralTestUtil::ExpectR2Near<float>({{11.0f, 22.0f}, {33.0f, 44.0f}}, in XLA_TEST_F()
|