|
ONE - On-device Neural Engine
|
#include <GraphTestcase.h>

Public Member Functions | |
| GraphTestcase () | |
| loco::Graph * | graph () |
Data Fields | |
| loco::Pull * | pull_node = nullptr |
| loco::FeatureEncode * | encode_node = nullptr |
| loco::FeatureDecode * | decode_node = nullptr |
| loco::Push * | push_node = nullptr |
Definition at line 170 of file GraphTestcase.h.
|
inline |
Definition at line 173 of file GraphTestcase.h.
|
inline |
Definition at line 196 of file GraphTestcase.h.
Referenced by TopologicalSortHelper.TopologicalSortHelper::add_edge(), and TopologicalSortHelper.TopologicalSortHelper::sort_util().
| loco::FeatureDecode* GraphTestcase< GraphCode::FeatureCodec >::decode_node = nullptr |
Definition at line 200 of file GraphTestcase.h.
| loco::FeatureEncode* GraphTestcase< GraphCode::FeatureCodec >::encode_node = nullptr |
Definition at line 199 of file GraphTestcase.h.
| loco::Pull* GraphTestcase< GraphCode::FeatureCodec >::pull_node = nullptr |
Definition at line 198 of file GraphTestcase.h.
| loco::Push* GraphTestcase< GraphCode::FeatureCodec >::push_node = nullptr |
Definition at line 201 of file GraphTestcase.h.