|
ONE - On-device Neural Engine
|
Class for the ACL C++ code generator. It is the entry point to the ACL C++ soft backend. More...
#include <AclCppGenerator.h>
Public Member Functions | |
| AclCppCodeGenerator (std::string output_dir, std::string artifact_name) | |
| void | run (mir::Graph *graph) |
| Method represents the generation sequence: analysis, serialization, header/code generation, etc. | |
Class for the ACL C++ code generator. It is the entry point to the ACL C++ soft backend.
Definition at line 31 of file AclCppGenerator.h.
| nnc::AclCppCodeGenerator::AclCppCodeGenerator | ( | std::string | output_dir, |
| std::string | artifact_name | ||
| ) |
Definition at line 31 of file AclCppGenerator.cpp.
| void nnc::AclCppCodeGenerator::run | ( | mir::Graph * | graph | ) |
Method represents the generation sequence: analysis, serialization, header/code generation, etc.
| graph | MIR graph |
Definition at line 36 of file AclCppGenerator.cpp.
References nnc::ArtifactModule::accept(), and nnc::AclCppOpGenerator::generate().