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

Method size

tensorflow/python/ops/script_ops.py:247–249  ·  view source on GitHub ↗

Returns how many functions are currently registered.

(self)

Source from the content-addressed store, hash-verified

245 return self._convert(ret)
246
247 def size(self):
248 """Returns how many functions are currently registered."""
249 return len(self._funcs)
250
251 def _next_unique_token(self):
252 """Returns a unique token."""

Callers 15

clip_by_average_normFunction · 0.45
_GatherGradFunction · 0.45
_has_valid_dimsFunction · 0.45
_BatchNormGradFunction · 0.45
_TopKGradFunction · 0.45

Calls

no outgoing calls

Tested by 1

condMethod · 0.36