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

Function IsTensorIdPortValid

tensorflow/core/grappler/mutable_graph_view.cc:43–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41namespace {
42
43bool IsTensorIdPortValid(const TensorId& tensor_id) {
44 return tensor_id.index() >= Graph::kControlSlot;
45}
46
47bool IsTensorIdRegular(const TensorId& tensor_id) {
48 return tensor_id.index() > Graph::kControlSlot;

Callers 1

CheckFaninIsValidFunction · 0.85

Calls 1

indexMethod · 0.45

Tested by

no test coverage detected