Searched refs:ExpectR1Near (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | local_client_allocation_test.cc | 60 LiteralTestUtil::ExpectR1Near<float>( in XLA_TEST_F() 94 LiteralTestUtil::ExpectR1Near<float>( in XLA_TEST_F()
|
D | literal_test_util.h | 105 static void ExpectR1Near(absl::Span<const NativeT> expected, 208 /* static */ void LiteralTestUtil::ExpectR1Near( in ExpectR1Near() function
|
D | local_client_execute_test.cc | 88 LiteralTestUtil::ExpectR1Near<float>({}, ShapedBufferToLiteral(result), in XLA_TEST_F() 102 LiteralTestUtil::ExpectR1Near<float>( in XLA_TEST_F() 119 LiteralTestUtil::ExpectR1Near<float>( in XLA_TEST_F() 443 LiteralTestUtil::ExpectR1Near<float>( in XLA_TEST_F() 780 LiteralTestUtil::ExpectR1Near<float>( in XLA_TEST_F()
|
D | constants_test.cc | 172 LiteralTestUtil::ExpectR1Near<float>({2.0, 42.0}, LiteralSlice(result, {1}), in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/ |
D | cpu_fusion_test.cc | 88 LiteralTestUtil::ExpectR1Near<float>({1.0, 40.0, -5.0}, result, error_spec_); in TEST_F() 135 LiteralTestUtil::ExpectR1Near<float>({14.0, 40.0, 40.0}, result, error_spec_); in TEST_F() 221 LiteralTestUtil::ExpectR1Near<float>({14.0, 40.0, 40.0, 14.0, 40.0, 40.0}, in TEST_F()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | reference_util_test.cc | 77 LiteralTestUtil::ExpectR1Near<float>({6.f, 15.f}, actual_literal, in TEST_F() 85 LiteralTestUtil::ExpectR1Near<float>({5.f, 7.f, 9.f}, actual_literal, in TEST_F()
|