![]() |
PandA-2024.02
|
#include <op_graph.hpp>


Public Member Functions | |
| OpEdgeSorter (const OpGraphConstRef op_graph) | |
| Constructor. More... | |
| bool | operator() (const EdgeDescriptor x, const EdgeDescriptor y) const |
| Compare position of two edges. More... | |
Private Attributes | |
| OpGraphConstRef | op_graph |
| The operation graph to which vertices belong Note: this should be const, but can not because of assignment operator. More... | |
Definition at line 679 of file op_graph.hpp.
|
explicit |
Constructor.
| op_graph | is the operation graph to which vertices belong |
Definition at line 304 of file op_graph.cpp.
| bool OpEdgeSorter::operator() | ( | const EdgeDescriptor | x, |
| const EdgeDescriptor | y | ||
| ) | const |
Compare position of two edges.
| x | is the first edge |
| y | is the second edge |
Definition at line 308 of file op_graph.cpp.
References GET_NAME, op_graph, and lenet_tvm::target.
|
private |
The operation graph to which vertices belong Note: this should be const, but can not because of assignment operator.
Definition at line 684 of file op_graph.hpp.
Referenced by operator()().
1.8.13