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

Function _AddContextToName

tensorflow/contrib/quantize/python/quantize.py:813–817  ·  view source on GitHub ↗

Adds the context to the name if it exists.

(context, name)

Source from the content-addressed store, hash-verified

811
812
813def _AddContextToName(context, name):
814 """Adds the context to the name if it exists."""
815 if not context:
816 return name
817 return context + '/' + name

Callers 1

_InsertQuantOpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected