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

Method Decode

tensorflow/core/grappler/graph_analyzer/gen_node.h:99–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 IntPort Encoded() const { return value_; }
98
99 static Port Decode(IntPort encoded) { return Port(encoded); }
100
101 bool operator==(const Port& other) const { return value_ == other.value_; }
102 bool operator<(const Port& other) const { return value_ < other.value_; }

Callers

nothing calls this directly

Calls 1

PortClass · 0.70

Tested by

no test coverage detected