Home
last modified time | relevance | path

Searched refs:OpType_DepthwiseConvInt8 (Results 1 – 15 of 15) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/tools/converter/source/common/
H A DwriteFb.cpp434 opType != MNN::OpType_ConvInt8 && opType != MNN::OpType_DepthwiseConvInt8)) { in writeFb()
440 opType != MNN::OpType_ConvInt8 && opType != MNN::OpType_DepthwiseConvInt8) { in writeFb()
446 opType != MNN::OpType_ConvInt8 && opType != MNN::OpType_DepthwiseConvInt8)) { in writeFb()
460 if (opType == MNN::OpType_ConvInt8 || opType == MNN::OpType_DepthwiseConvInt8) { in writeFb()
520 case MNN::OpType_DepthwiseConvInt8: { in writeFb()
533 if (opType == MNN::OpType_ConvInt8 || opType == MNN::OpType_DepthwiseConvInt8) { in writeFb()
/dports/misc/mnn/MNN-1.2.0/tools/cpp/
H A DConvertToFullQuant.hpp26 …pe != OpType_Int8ToFloat) && (opType != OpType_ConvInt8) && (opType != OpType_DepthwiseConvInt8)) { in ConvertOp()
108 if ((opType == OpType_ConvInt8) || (opType == OpType_DepthwiseConvInt8)) { in ConvertOp()
/dports/misc/mnn/MNN-1.2.0/tools/train/source/transformer/
H A DTransformer.cpp90 if (op->type() != OpType_ConvInt8 && op->type() != OpType_DepthwiseConvInt8) { in onExecute()
/dports/misc/mnn/MNN-1.2.0/source/backend/hiai/execution/
H A DNPUConvolutionDepthwiseInt8.cpp115 …ster<TypedCreator<NPUConvolutionDepthwiseInt8>> __depthwise_conv_int8_op(OpType_DepthwiseConvInt8);
/dports/misc/mnn/MNN-1.2.0/tools/quantization/opttools/
H A Dquantized_model_optimize.cpp108 OpType_DepthwiseConvInt8,
225 if (OpType_ConvInt8 == op->type || OpType_DepthwiseConvInt8 == op->type) { in main()
/dports/misc/mnn/MNN-1.2.0/tools/quantization/
H A DHelper.cpp30 …MNN::OpType_ConvInt8, MNN::OpType_DepthwiseConvInt8, MNN::OpType_PoolInt8, MNN::OpType_EltwiseInt8,
/dports/misc/mnn/MNN-1.2.0/source/geometry/
H A DGeometryImageOp.cpp212 OpType_DepthwiseConvInt8, in _create()
/dports/misc/mnn/MNN-1.2.0/source/shape/
H A DShapeConvolution.cpp157 REGISTER_SHAPE(ConvolutionSizeComputer, OpType_DepthwiseConvInt8);
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUBackend.cpp275 case OpType_DepthwiseConvInt8: in getRunType()
309 return OpType_DepthwiseConvInt8; in getRealOpType()
H A DCPUDepthwiseConvInt8.cpp216 REGISTER_CPU_OP_CREATOR(CPUDepthwiseConvInt8Creator, OpType_DepthwiseConvInt8);
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/merge/
H A DConvBNReluFuseToConvInt8.cpp217 conv_op->type = OpType_DepthwiseConvInt8; in __anon801be1270102()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/postconvert/
H A DAddTensorFormatConverter.cpp45 MNN::OpType_DepthwiseConvInt8,
/dports/misc/mnn/MNN-1.2.0/express/module/
H A DStaticModule.cpp42 case MNN::OpType_DepthwiseConvInt8: in preRearrangeWeights()
/dports/misc/mnn/MNN-1.2.0/express/
H A DNeuralNetWorkOp.cpp1486 convOp->type = OpType_DepthwiseConvInt8; in _Conv()
1526 convOp->type = OpType_DepthwiseConvInt8; in _Conv()
1580 convOp->type = OpType_DepthwiseConvInt8; in _Conv()
/dports/misc/mnn/MNN-1.2.0/schema/current/
H A DMNN_generated.h242 OpType_DepthwiseConvInt8 = 515, enumerator
409 OpType_DepthwiseConvInt8, in EnumValuesOpType()