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

Method _compareAll

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

Source from the content-addressed store, hash-verified

209 self.assertAllClose(np_out, tf_out)
210
211 def _compareAll(self, x, axis):
212 for exclusive in [True, False]:
213 for reverse in [True, False]:
214 self._compare(x, axis, exclusive, reverse)
215
216 @test_util.run_deprecated_v1
217 def testEmpty(self):

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