Searched refs:CheckApproximation (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/tests/ |
D | qr_op_test.py | 64 def CheckApproximation(self, a, q, r): member in QrOpTest 114 self.CheckApproximation(x_np, q_tf_val, r_tf_val)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | qr_op_test.py | 108 def CheckApproximation(self, a, q, r): function 166 CheckApproximation(self, x_np, q_tf_val, r_tf_val)
|
D | svd_op_test.py | 114 def CheckApproximation(self, a, u, s, v, full_matrices_, tol): function 193 CheckApproximation(self, x_np, u_tf_val, s_tf_val, v_tf_val,
|
/external/webrtc/modules/audio_processing/agc2/ |
D | interpolated_gain_curve_unittest.cc | 74 TEST(AutomaticGainController2InterpolatedGainCurve, CheckApproximation) { in TEST() argument
|