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

Method testNoLabel

tensorflow/python/framework/ops_test.py:2899–2901  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2897
2898 @test_util.run_deprecated_v1
2899 def testNoLabel(self):
2900 with self.cached_session():
2901 self.assertAllEqual((None, None), self._get_test_attrs())
2902
2903 @test_util.run_deprecated_v1
2904 def testLabelMap(self):

Callers

nothing calls this directly

Calls 3

_get_test_attrsMethod · 0.95
cached_sessionMethod · 0.45
assertAllEqualMethod · 0.45

Tested by

no test coverage detected