Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_logic_test.py70 def match_shape(self, actual, expected, msg=None): member in LogicTest
Dnp_array_ops_test.py508 def match_shape(self, actual, expected, msg=None): member in ArrayCreationTest
1034 def match_shape(self, actual, expected, msg=None): member in ArrayMethodsTest
1213 def match_shape(self, actual, expected, msg=None): member in ArrayManipulationTest
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc121 auto match_shape = [](const TensorShape& actual_shape, in AreShapesCompatible() local