Searched refs:evaluate_if_both_tensors (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/framework/ |
D | test_util.py | 2916 def evaluate_if_both_tensors(self, a, b): member in TensorFlowTestCase 2925 (a, b) = self.evaluate_if_both_tensors(a, b) 3013 (a, b) = self.evaluate_if_both_tensors(a, b) 3113 (a, b) = self.evaluate_if_both_tensors(a, b) 3168 (a, b) = self.evaluate_if_both_tensors(a, b) 3243 (a, comparison_target) = self.evaluate_if_both_tensors(a, comparison_target) 3256 (a, comparison_target) = self.evaluate_if_both_tensors(a, comparison_target) 3269 (a, comparison_target) = self.evaluate_if_both_tensors(a, comparison_target) 3282 (a, comparison_target) = self.evaluate_if_both_tensors(a, comparison_target) 3529 (a_k, b_k) = self.evaluate_if_both_tensors(v, b[k])
|