Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Dqr_op_test.py57 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/
Dqr_op_test.py100 def CheckApproximation(self, a, q, r): function
156 CheckApproximation(self, x_np, q_tf_val, r_tf_val)
Dsvd_op_test.py110 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,