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

Method remove

tensorflow/python/ops/script_ops.py:173–175  ·  view source on GitHub ↗

Removes the registered function corresponding to `token`.

(self, token)

Source from the content-addressed store, hash-verified

171 return token
172
173 def remove(self, token):
174 """Removes the registered function corresponding to `token`."""
175 self._funcs.pop(token, None)
176
177 @staticmethod
178 def _convert(value, dtype=None):

Callers 15

symlink_forceFunction · 0.45
cleanup_makefileFunction · 0.45
data_shuffleFunction · 0.45
data_shuffleFunction · 0.45
data_shuffleFunction · 0.45
data_shuffleFunction · 0.45
__call__Method · 0.45
setup.pyFile · 0.45
mainFunction · 0.45
master_jobFunction · 0.45

Calls 1

popMethod · 0.45