Searched defs:IsClose (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_testutil.cc | 117 static ::testing::AssertionResult IsClose(const T& x, const T& y, const T& atol, in IsClose() function 130 static ::testing::AssertionResult IsClose(const std::complex<T>& x, in IsClose() function 246 ::testing::AssertionResult internal_test::IsClose(Eigen::half x, Eigen::half y, in IsClose() function in tensorflow::test::internal_test 251 ::testing::AssertionResult internal_test::IsClose(float x, float y, double atol, in IsClose() function in tensorflow::test::internal_test 256 ::testing::AssertionResult internal_test::IsClose(double x, double y, in IsClose() function in tensorflow::test::internal_test
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 717 bool IsClose(const T& x, const T& y, double atol, double rtol) { in IsClose() function 724 bool IsClose<complex64>(const complex64& x, const complex64& y, double atol, in IsClose() function
|