Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ tensor_name
Method
tensor_name
tensorflow/contrib/graph_editor/subgraph.py:462–466 ·
view source on GitHub ↗
(t)
Source
from the content-addressed store, hash-verified
460
return
op.name
461
462
def
tensor_name(t):
463
if
t in self._passthrough_ts:
464
return
"{} *"
.format(t.name)
465
else
:
466
return
t.name
467
468
def
print_list(name, iterable, get_name):
469
if
iterable:
Callers
15
IncrementTensorCount
Function · 0.45
PerformCollectiveOp
Function · 0.45
BackgroundThreadLoop
Function · 0.45
IncrementTensorCount
Function · 0.45
PerformCollectiveOp
Function · 0.45
BackgroundThreadLoop
Function · 0.45
RunClassification
Function · 0.45
RunRegression
Function · 0.45
BindGenericInputs
Function · 0.45
BindGenericNames
Function · 0.45
CheckRegressionSignature
Function · 0.45
CheckNamedSignatures
Function · 0.45
Calls
1
format
Method · 0.45
Tested by
5
CheckRegressionSignature
Function · 0.36
CheckNamedSignatures
Function · 0.36
TEST
Function · 0.36
TEST_F
Function · 0.36
CheckRunStepResponse
Function · 0.36