Searched refs:CheckApproximation (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/ |
H A D | qr_op_test.py | 60 def CheckApproximation(self, a, q, r): member in QrOpTest 110 self.CheckApproximation(x_np, q_tf_val, r_tf_val)
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/linalg/ |
H A D | qr_op_test.py | 104 def CheckApproximation(self, a, q, r): function 162 CheckApproximation(self, x_np, q_tf_val, r_tf_val)
|
H A D | svd_op_test.py | 144 def CheckApproximation(self, a, u, s, v, full_matrices_, tol): function 223 CheckApproximation(self, x_np, u_tf_val, s_tf_val, v_tf_val,
|
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/ |
H A D | interpolated_gain_curve_unittest.cc | 74 TEST(GainController2InterpolatedGainCurve, CheckApproximation) { in TEST() argument
|