Searched refs:CheckApproximation (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/tests/ |
D | qr_op_test.py | 57 def CheckApproximation(self, a, q, r): member in QrOpTest 95 self.CheckApproximation(x_np, q_tf_val, r_tf_val)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | qr_op_test.py | 100 def CheckApproximation(self, a, q, r): function 156 CheckApproximation(self, x_np, q_tf_val, r_tf_val)
|
D | svd_op_test.py | 110 def CheckApproximation(self, a, u, s, v, full_matrices_, tol): function 187 CheckApproximation(self, x_np, u_tf_val, s_tf_val, v_tf_val,
|