Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1245
def
_error_prefix(name):
1246
return
""
if
name is None
else
"%s: "
% name
1247
1248
1249
def
internal_convert_to_tensor(value,
Callers
1
internal_convert_to_tensor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected