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

Method _compareAll

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

Source from the content-addressed store, hash-verified

86 self.assertAllClose(np_out, tf_out)
87
88 def _compareAll(self, x, axis):
89 for exclusive in [True, False]:
90 for reverse in [True, False]:
91 self._compare(x, axis, exclusive, reverse)
92
93 def testEmpty(self):
94 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