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

Class NodeOrderLess

tensorflow/core/grappler/graph_analyzer/sig_node.h:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 // Ordering by node order and highest available hash (it must be
195 // previously computed).
196 struct NodeOrderLess {
197 bool operator()(const SigNode* left, const SigNode* right) {
198 return left->topo_hash_.back() < right->topo_hash_.back();
199 }
200 };
201
202 private:
203 const NodeDef* node_;

Callers 1

FindUniqueHashesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected