Home
last modified time | relevance | path

Searched refs:OpParameter_Reshape (Results 1 – 13 of 13) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/tools/converter/source/caffe/
H A DReshape.cpp23 return MNN::OpParameter_Reshape; in type()
50 return MNN::OpParameter_Reshape; in type()
/dports/misc/mnn/MNN-1.2.0/source/shape/
H A DShapeReshape.cpp60 if (OpParameter_Reshape == mainType) { in onComputeSize()
82 if (OpParameter_Reshape == mainType) { in onComputeSize()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/postconvert/
H A DTransformShuffleChannel.cpp36 reshape->main.type = OpParameter_Reshape; in onExecute()
70 reshapeR->main.type = OpParameter_Reshape; in onExecute()
H A DTransformIm2Seq.cpp32 reshapeT->main.type = MNN::OpParameter_Reshape; in onExecute()
H A DTransformInnerProduct.cpp65 reshapeT->main.type = MNN::OpParameter_Reshape; in onExecute()
163 afterReshapeT->main.type = MNN::OpParameter_Reshape; in onExecute()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/onnx/
H A DReshapeOnnx.cpp18 return MNN::OpParameter_Reshape; in type()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/torch/
H A DReshapeTorch.cpp18 return MNN::OpParameter_Reshape; in type()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tflite/
H A DReshapeTflite.cpp20 return MNN::OpParameter_Reshape; in type()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tensorflow/
H A DReshapeTf.cpp20 return MNN::OpParameter_Reshape; in type()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/merge/
H A DRemoveDuplicateReshape.cpp59 reshape_op->main.type = OpParameter_Reshape; in RemoveDuplicateReshape()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/tfextra/
H A DTFConvolutionMerge.cpp197 reshape->main.type = OpParameter_Reshape; in onExecute()
/dports/misc/mnn/MNN-1.2.0/schema/current/
H A DMNN_generated.h1095 OpParameter_Reshape = 55, enumerator
1194 OpParameter_Reshape, in EnumValuesOpParameter()
1563 static const OpParameter enum_value = OpParameter_Reshape;
2178 return type == OpParameter_Reshape ?
2182 return type == OpParameter_Reshape ?
3392 return main_type() == OpParameter_Reshape ? static_cast<const Reshape *>(main()) : nullptr;
5346 case OpParameter_Reshape: {
5732 case OpParameter_Reshape: {
6106 case OpParameter_Reshape: {
6480 case OpParameter_Reshape: {
[all …]
/dports/misc/mnn/MNN-1.2.0/express/
H A DNeuralNetWorkOp.cpp381 reshape->main.type = OpParameter_Reshape; in _Reshape()
398 reshape->main.type = OpParameter_Reshape; in _Reshape()