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

Method assert_consumed

tensorflow/python/training/tracking/util.py:614–616  ·  view source on GitHub ↗

Raises an exception unless a non-trivial restoration has completed.

(self)

Source from the content-addressed store, hash-verified

612
613 @abc.abstractmethod
614 def assert_consumed(self):
615 """Raises an exception unless a non-trivial restoration has completed."""
616 pass
617
618 @abc.abstractmethod
619 def assert_existing_objects_matched(self):

Callers 15

testSaveRestoreMethod · 0.45
testNamesMethod · 0.45
testSaveRestoreMethod · 0.45
testUsageGraphMethod · 0.45
testWithDefunMethod · 0.45

Calls

no outgoing calls

Tested by 15

testSaveRestoreMethod · 0.36
testNamesMethod · 0.36
testSaveRestoreMethod · 0.36
testUsageGraphMethod · 0.36
testWithDefunMethod · 0.36