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

Method get

tensorflow/python/eager/context.py:90–91  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

88 self._data.popitem(last=False)
89
90 def get(self, key):
91 return self._data.get(key, None)
92
93 def flush(self):
94 self._data = {}

Callers 15

rewriter_toggleMethod · 0.45
rewriter_boolMethod · 0.45
configMethod · 0.45
_compute_gpu_optionsMethod · 0.45
_import_configMethod · 0.45
set_memory_growthMethod · 0.45
_copy_non_sourceFunction · 0.45
seterrFunction · 0.45
GetAttrToInputsMapFunction · 0.45
ParseDimensionValueFunction · 0.45

Calls

no outgoing calls

Tested by 1