Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_logic_test.py74 def match_shape(self, actual, expected, msg=None): member in LogicTest
94 self.match_shape(actual, expected, msg)
Dnp_array_ops_test.py124 self.match_shape(actual, expected, msg)
131 self.match_shape(actual, expected, msg)
139 self.match_shape(actual, expected, msg)
146 self.match_shape(actual, expected, msg)
512 def match_shape(self, actual, expected, msg=None): member in ArrayCreationTest
532 self.match_shape(actual, expected, msg)
979 def match_shape(self, actual, expected, msg=None): member in ArrayMethodsTest
1000 self.match_shape(actual, expected, msg)
1157 def match_shape(self, actual, expected, msg=None): member in ArrayManipulationTest
1177 self.match_shape(actual, expected, msg)
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc164 auto match_shape = [](const TensorShape& actual_shape, in AreShapesCompatible() local
178 if (!match_shape(actual_shapes[i], cached_shapes[i])) { in AreShapesCompatible()