Home
last modified time | relevance | path

Searched refs:CheckApproximation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Dqr_op_test.py60 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 Dqr_op_test.py104 def CheckApproximation(self, a, q, r): function
162 CheckApproximation(self, x_np, q_tf_val, r_tf_val)
H A Dsvd_op_test.py144 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 Dinterpolated_gain_curve_unittest.cc74 TEST(GainController2InterpolatedGainCurve, CheckApproximation) { in TEST() argument