Home
last modified time | relevance | path

Searched refs:OpType_SpaceToDepth (Results 1 – 10 of 10) sorted by relevance

/dports/misc/mnn/MNN-1.2.0/source/geometry/
H A DGeometryDepthToSpace.cpp26 if (op->type() == OpType_SpaceToDepth) { in onCompute()
86 if (op->type() == OpType_SpaceToDepth) { in onCompute()
111 GeometryComputer::registerGeometryComputer(comp, {OpType_DepthToSpace, OpType_SpaceToDepth}); in _create()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tensorflow/
H A DSpaceToDepth.cpp16 return MNN::OpType_SpaceToDepth; in opType()
H A DOpMapper.hpp119 {"SpaceToDepth", MNN::OpType_SpaceToDepth},
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/onnx/
H A DSpaceToDepthOnnx.cpp12 return MNN::OpType_SpaceToDepth; in opType()
/dports/misc/mnn/MNN-1.2.0/source/shape/
H A DShapeSpaceToDepth.cpp51 REGISTER_SHAPE(SpaceToDepthSizeComputer, OpType_SpaceToDepth);
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/tflite/
H A DSpaceToDepthTflite.cpp16 return MNN::OpType_SpaceToDepth; in opType()
/dports/misc/mnn/MNN-1.2.0/tools/quantization/opttools/
H A Dquantized_model_optimize.cpp98 OpType_SpaceToDepth,
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/postconvert/
H A DAddTensorFormatConverter.cpp53 …::OpType_Dropout, MNN::OpType_UnaryOp, MNN::OpType_DepthToSpace, MNN::OpType_SpaceToDepth,
/dports/misc/mnn/MNN-1.2.0/express/
H A DNeuralNetWorkOp.cpp1166 op->type = OpType_SpaceToDepth; in _SpaceToDepth()
/dports/misc/mnn/MNN-1.2.0/schema/current/
H A DMNN_generated.h199 OpType_SpaceToDepth = 110, enumerator
366 OpType_SpaceToDepth, in EnumValuesOpType()