ONE - On-device Neural Engine
|
#include <GraphTestcase.h>
Public Member Functions | |
GraphTestcase () | |
loco::Graph * | graph () |
Data Fields | |
loco::Pull * | pull_node = nullptr |
loco::ReLU * | relu_node = nullptr |
loco::Push * | push_node = nullptr |
Definition at line 144 of file GraphTestcase.h.
|
inline |
Definition at line 147 of file GraphTestcase.h.
References loco::make_graph().
|
inline |
Definition at line 160 of file GraphTestcase.h.
Referenced by TopologicalSortHelper.TopologicalSortHelper::add_edge(), and TopologicalSortHelper.TopologicalSortHelper::sort_util().
loco::Pull* GraphTestcase< GraphCode::Relu >::pull_node = nullptr |
Definition at line 162 of file GraphTestcase.h.
loco::Push* GraphTestcase< GraphCode::Relu >::push_node = nullptr |
Definition at line 164 of file GraphTestcase.h.
loco::ReLU* GraphTestcase< GraphCode::Relu >::relu_node = nullptr |
Definition at line 163 of file GraphTestcase.h.