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

Method get

tensorflow/python/saved_model/load.py:303–304  ·  view source on GitHub ↗
(self, node_id)

Source from the content-addressed store, hash-verified

301 "%r from the checkpoint." % obj))
302
303 def get(self, node_id):
304 return self._nodes[node_id]
305
306 def _recreate(self, proto):
307 """Creates a Python object from a SavedObject protocol buffer."""

Callers 15

_restore_checkpointMethod · 0.95
key_functionMethod · 0.45
_build_optionsFunction · 0.45
_str_idFunction · 0.45
DoCallPyFuncFunction · 0.45
PyBytesArrayMapFunction · 0.45
EncodePyBytesArrayFunction · 0.45
TF_TensorToPyArrayFunction · 0.45
PyArrayToTF_TensorFunction · 0.45
NdarrayToTensorFunction · 0.45

Calls

no outgoing calls

Tested by 5

key_functionMethod · 0.36
visit_nodeMethod · 0.36
GetTempDirFunction · 0.36
SmartSetMethod · 0.36
SetMethod · 0.36