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.py74 def match_shape(self, actual, expected, msg=None): member in LogicTest
Dnp_array_ops_test.py512 def match_shape(self, actual, expected, msg=None): member in ArrayCreationTest
979 def match_shape(self, actual, expected, msg=None): member in ArrayMethodsTest
1157 def match_shape(self, actual, expected, msg=None): member in ArrayManipulationTest
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc164 auto match_shape = [](const TensorShape& actual_shape, in AreShapesCompatible() local