|
ONE - On-device Neural Engine
|
Data Structures | |
| class | ExampleGraph |
| class | ExampleGraph< ExampleGraphType::ConstGen_ReLU > |
| Class to creates the following: More... | |
| class | ExampleGraph< ExampleGraphType::FeatureBiasAdd > |
| Class to create the following: More... | |
| class | ExampleGraph< ExampleGraphType::FilterEncode_FilterDecode > |
| Class to creates the following: More... | |
| class | ExampleGraph< ExampleGraphType::TFLTranspose > |
| Class to create the following: More... | |
| class | ExampleGraph< ExampleGraphType::Transpose > |
| Class to creates the following: More... | |
| class | TestGraph |
| class | TypeShapeReadyPhase |
| Phase for test, that is used to test pass. This phase initially adds TypeInferencePass and ShapeInferencePass. More... | |
Enumerations | |
| enum class | ExampleGraphType { FeatureBiasAdd , ConstGen_ReLU , FilterEncode_FilterDecode , Transpose , TFLTranspose } |
Functions | |
| template<typename LocoNodeT > | |
| LocoNodeT * | get_only_succ (loco::Node *parent) |
Get the only succ object of type LocoNodeT. (The name only succ comes from English word only child.) parent must have 1 succ only. When there is no succ of type LocoNodeT, nullptr will be returned. | |
| template<typename T > | |
| T * | find_first_node_bytype (loco::Graph *g) |
|
strong |
| Enumerator | |
|---|---|
| FeatureBiasAdd | |
| ConstGen_ReLU | |
| FilterEncode_FilterDecode | |
| Transpose | |
| TFLTranspose | |
Definition at line 191 of file TestGraph.h.
|
inline |
Definition at line 91 of file TestHelper.h.
References loco::ObjectPool< T >::at(), and loco::ObjectPool< T >::size().
|
inline |
Get the only succ object of type LocoNodeT. (The name only succ comes from English word only child.) parent must have 1 succ only. When there is no succ of type LocoNodeT, nullptr will be returned.
Definition at line 83 of file TestHelper.h.
References EXO_ASSERT, and loco::succs().