|
ONE - On-device Neural Engine
|
#include "pass/PassData.h"#include "passes/transformations/DataFormatSwitcher.h"#include "passes/transformations/LowerConv2D.h"#include "backends/interpreter/InterpreterBackend.h"#include "backends/soft_backend/CPPGenerator.h"#include "passes/dot_dumper/DumperPass.h"#include "backends/acl_soft_backend/AclCppGenerator.h"#include "passes/optimizations/CombineTransposes.h"#include "passes/optimizations/ConstantFoldTranspose.h"#include "passes/optimizations/DeadCodeElimination.h"#include "passes/optimizations/FuseArithmeticOps.h"#include "passes/optimizations/SinkRelu.h"#include "passes/optimizations/SinkTranspose.h"#include "support/CommandLine.h"#include "Definitions.h"#include "Options.h"#include "Driver.h"#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | nnc |