MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / _compareAll

Method _compareAll

tensorflow/compiler/tests/scan_ops_test.py:166–169  ·  view source on GitHub ↗
(self, x, axis)

Source from the content-addressed store, hash-verified

164 self.assertAllClose(np_out, tf_out)
165
166 def _compareAll(self, x, axis):
167 for exclusive in [True, False]:
168 for reverse in [True, False]:
169 self._compare(x, axis, exclusive, reverse)
170
171 def testEmpty(self):
172 for dtype in self.valid_dtypes:

Callers 5

testEmptyMethod · 0.95
test1DMethod · 0.95
test2DMethod · 0.95
test3DMethod · 0.95
test6DMethod · 0.95

Calls 1

_compareMethod · 0.95

Tested by

no test coverage detected