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

Function IsTensorIdControl

tensorflow/core/graph/tensor_id.cc:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool IsTensorIdControl(const TensorId& tensor_id) {
66 return tensor_id.index() == Graph::kControlSlot;
67}
68
69} // namespace tensorflow

Callers 6

InitializeFromGraphMethod · 0.85
AddNodeMethod · 0.85
CheckFaninsInternalMethod · 0.85
AddFaninsInternalMethod · 0.85
TESTFunction · 0.85

Calls 1

indexMethod · 0.45

Tested by 1

TESTFunction · 0.68