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 17
17
#include < algorithm>
18
18
#include < vector>
19
19
#include " driver/amlogic_npu/converter/converter.h"
20
- #include " driver/amlogic_npu/optimizer/transpose_op_dimensions.h"
21
20
#include " driver/amlogic_npu/optimizer/unpack_op_fusion.h"
22
21
#include " optimizer/fuse_matmul_add_into_fully_connected.h"
23
22
#include " optimizer/symm2asymm.h"
@@ -60,7 +59,6 @@ int Program::BuildFromModel(hal::Model* model) {
60
59
NNADAPTER_VLOG (5 ) << " Origin model:" << std::endl << Visualize (model);
61
60
UnpackOpFusion (model);
62
61
FuseMatMulAddIntoFullyConnected (model);
63
- TransposeOpDimensions (model);
64
62
ConvertQuantizationSymmToAsymm (model);
65
63
NNADAPTER_VLOG (5 ) << " Optimized model:" << std::endl << Visualize (model);
66
64
// 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