Searched defs:match_shape (Results 1 – 3 of 3) sorted by relevance
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ | ||
| D | np_logic_test.py | 74 def match_shape(self, actual, expected, msg=None): member in LogicTest |
| D | np_array_ops_test.py | 512 def match_shape(self, actual, expected, msg=None): member in ArrayCreationTest |
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ | ||
| D | utils.cc | 164 auto match_shape = [](const TensorShape& actual_shape, in AreShapesCompatible() local |