Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dqr_op_test.py64 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/
Dqr_op_test.py108 def CheckApproximation(self, a, q, r): function
166 CheckApproximation(self, x_np, q_tf_val, r_tf_val)
Dsvd_op_test.py114 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/
Dinterpolated_gain_curve_unittest.cc74 TEST(AutomaticGainController2InterpolatedGainCurve, CheckApproximation) { in TEST() argument