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

Method _compareAll

tensorflow/python/kernel_tests/scan_ops_test.py:87–90  ·  view source on GitHub ↗
(self, x, axis)

Source from the content-addressed store, hash-verified

85 self.assertAllClose(np_out, tf_out)
86
87 def _compareAll(self, x, axis):
88 for exclusive in [True, False]:
89 for reverse in [True, False]:
90 self._compare(x, axis, exclusive, reverse)
91
92 @test_util.run_deprecated_v1
93 def testEmpty(self):

Callers 6

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

Calls 1

_compareMethod · 0.95

Tested by

no test coverage detected