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

Function _error_prefix

tensorflow/python/framework/ops.py:1245–1246  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

1243
1244
1245def _error_prefix(name):
1246 return "" if name is None else "%s: " % name
1247
1248
1249def internal_convert_to_tensor(value,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected