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

Method _recreate_resource

tensorflow/python/saved_model/load.py:396–397  ·  view source on GitHub ↗
(self, proto)

Source from the content-addressed store, hash-verified

394 return imported_constant, setattr
395
396 def _recreate_resource(self, proto):
397 return _RestoredResource(device=proto.device), setattr
398
399
400# TODO(b/124205571,b/124092991): Solve destruction of resources.

Callers 1

_recreateMethod · 0.95

Calls 1

_RestoredResourceClass · 0.85

Tested by

no test coverage detected