MCPcopy 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

IncrementTensorCountFunction · 0.45
PerformCollectiveOpFunction · 0.45
BackgroundThreadLoopFunction · 0.45
IncrementTensorCountFunction · 0.45
PerformCollectiveOpFunction · 0.45
BackgroundThreadLoopFunction · 0.45
RunClassificationFunction · 0.45
RunRegressionFunction · 0.45
BindGenericInputsFunction · 0.45
BindGenericNamesFunction · 0.45
CheckRegressionSignatureFunction · 0.45
CheckNamedSignaturesFunction · 0.45

Calls 1

formatMethod · 0.45

Tested by 5

CheckRegressionSignatureFunction · 0.36
CheckNamedSignaturesFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
CheckRunStepResponseFunction · 0.36