File tree Expand file tree Collapse file tree 3 files changed +0
-84
lines changed
lite/backends/nnadapter/nnadapter/driver/amlogic_npu Expand file tree Collapse file tree 3 files changed +0
-84
lines changed Original file line number Diff line number Diff line change 1717#include < algorithm>
1818#include < vector>
1919#include " driver/amlogic_npu/converter/converter.h"
20- #include " driver/amlogic_npu/optimizer/transpose_op_dimensions.h"
2120#include " driver/amlogic_npu/optimizer/unpack_op_fusion.h"
2221#include " optimizer/fuse_matmul_add_into_fully_connected.h"
2322#include " optimizer/symm2asymm.h"
@@ -60,7 +59,6 @@ int Program::BuildFromModel(hal::Model* model) {
6059 NNADAPTER_VLOG (5 ) << " Origin model:" << std::endl << Visualize (model);
6160 UnpackOpFusion (model);
6261 FuseMatMulAddIntoFullyConnected (model);
63- TransposeOpDimensions (model);
6462 ConvertQuantizationSymmToAsymm (model);
6563 NNADAPTER_VLOG (5 ) << " Optimized model:" << std::endl << Visualize (model);
6664 // Convert a NNAdapter model to a amlnpu graph
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments