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

Function _add_reserved_symbol

tensorflow/python/autograph/impl/conversion.py:594–598  ·  view source on GitHub ↗
(namespace, name, entity)

Source from the content-addressed store, hash-verified

592
593
594def _add_reserved_symbol(namespace, name, entity):
595 if name not in namespace:
596 namespace[name] = entity
597 elif namespace[name] != entity:
598 raise ValueError('The name "%s" is reserved and may not be used.' % name)
599
600
601ag_internal = None

Callers 1

_add_self_referencesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected