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

Method Encoded

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

Returns the encoded form of this port, so that it can be used as various map indexes.

Source from the content-addressed store, hash-verified

95 // Returns the encoded form of this port, so that it can be used
96 // as various map indexes.
97 IntPort Encoded() const { return value_; }
98
99 static Port Decode(IntPort encoded) { return Port(encoded); }
100

Callers 3

operator()Method · 0.80
TESTFunction · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64