ONE - On-device Neural Engine
|
#include "passes/optimizations/FuseArithmeticOps.h"
#include "passes/optimizations/OptimizationUtils.h"
#include "mir/ops/AddOp.h"
#include "mir/ops/ConstantOp.h"
#include "mir/ops/Conv2DOp.h"
#include "mir/ops/MulOp.h"
#include "mir/Graph.h"
#include "mir/Tensor.h"
#include "mir/Index.h"
#include "mir/TensorVariant.h"
#include "mir/ShapeRange.h"
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | nnc |