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

Method __init__

tensorflow/python/saved_model/load.py:404–406  ·  view source on GitHub ↗
(self, device="")

Source from the content-addressed store, hash-verified

402 """Restored SavedResource."""
403
404 def __init__(self, device=""):
405 super(_RestoredResource, self).__init__(device=device)
406 self._destroy_resource_fn = None
407
408 def _create_resource(self):
409 raise RuntimeError()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected