Home
last modified time | relevance | path

Searched defs:PriorityTopoSortNode (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc757 struct PriorityTopoSortNode { struct
758 PriorityTopoSortNode(const NodeDef* n, int64 st) : node(n), start_time(st) {} in PriorityTopoSortNode() function
760 const NodeDef* node;
761 int64 start_time;