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

Method _recreate_function

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

Source from the content-addressed store, hash-verified

346 return tracking.TrackableAsset(filename), setattr
347
348 def _recreate_function(self, proto):
349 return function_deserialization.recreate_function(
350 proto, self._concrete_functions), setattr
351
352 def _recreate_bare_concrete_function(self, proto):
353 return function_deserialization.setup_bare_concrete_function(

Callers 1

_recreateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected