Home
last modified time | relevance | path

Searched defs:IsClose (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_testutil.cc133 static ::testing::AssertionResult IsClose(const T& x, const T& y, const T& atol, in IsClose() function
146 static ::testing::AssertionResult IsClose(const std::complex<T>& x, in IsClose() function
262 ::testing::AssertionResult internal_test::IsClose(Eigen::half x, Eigen::half y, in IsClose() function in tensorflow::test::internal_test
267 ::testing::AssertionResult internal_test::IsClose(float x, float y, double atol, in IsClose() function in tensorflow::test::internal_test
272 ::testing::AssertionResult internal_test::IsClose(double x, double y, in IsClose() function in tensorflow::test::internal_test
/aosp_15_r20/external/grpc-grpc/src/core/lib/promise/
H A Dinter_activity_pipe.h167 bool IsClose() { return center_->IsClosed(); } in IsClose() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1338 bool IsClose(const T& x, const T& y, double atol, double rtol) { in IsClose() function
1345 bool IsClose<complex64>(const complex64& x, const complex64& y, double atol, in IsClose() function