Home
last modified time | relevance | path

Searched refs:_Reshape (Results 1 – 25 of 73) sorted by relevance

123

/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/onnxextra/
H A DOnnxGather.cpp114 …auto autoIndex = _Reshape(outputRange, outputReshapeDims) + _Reshape(insideRange, insideReshapeDim… in onExecute()
121 auto output = _GatherV2(_Reshape(input, {-1}), _Reshape(index, {-1}), _Scalar<int>(0)); in onExecute()
122 output = _Reshape(output, shapeIndex); in onExecute()
H A DOnnxEinsum.cpp145 var0 = _Permute(_Reshape(var0, reshapeDims), transpose); in onExecute()
162 var1 = _Permute(_Reshape(var1, reshapeDims), transpose); in onExecute()
227 var0 = _Reshape(var0, _Concat({outsideLength, ALength, sumLength}, 0)); in onExecute()
245 var1 = _Reshape(var1, _Concat({outsideLength, BLength, sumLength}, 0)); in onExecute()
265 output = _Reshape(output, cShape); in onExecute()
H A DOnnxPad.cpp67 padsVar = _Reshape(_Transpose(_Reshape(inputs[1], {2, -1}), {1, 0}), {-1}); in onExecute()
/dports/misc/mnn/MNN-1.2.0/tools/train/source/demo/
H A DmnistTrain.cpp59 x = _Reshape(x, {0, -1, 1, 1}); in onForward()
64 x = _Reshape(x, {0, 1, -1}); in onForward()
66 x = _Reshape(x, {0, -1}); in onForward()
111 x = _Reshape(x, {0, -1, 1, 1}); in onForward()
116 x = _Reshape(x, {0, -1}); in onForward()
H A DquanByMSE.cpp144 target = _Reshape(target, {0, -1}); in _computeLossTrain()
145 predict = _Reshape(predict, {0, -1}); in _computeLossTrain()
155 target = _Reshape(target, {0, -1}); in _computeLoss()
156 predict = _Reshape(predict, {0, -1}); in _computeLoss()
166 target = _Reshape(target, {0, -1}); in _computeLossMax()
167 predict = _Reshape(predict, {0, -1}); in _computeLossMax()
/dports/misc/mnn/MNN-1.2.0/test/op/
H A DReshapeTest.cpp27 auto output = _Reshape(input, shape); in run()
60 auto output = _Reshape(input, shape); in run()
96 auto output = _Reshape(input, {1, 4, 4, 4}, NCHW); in run()
/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/layers/accelerator/mobile_cpu/
H A Dattention.py13 from .conv_helper import _Reshape, _SkipConnectMul
73 reshape0 = _Reshape((input_blob_size[0], input_blob_size[1]))
99 reshape1 = _Reshape(reshape_size_after_sigmoid)
H A Dconvolutions.py18 _Reshape,
145 _Reshape(self._input_tensor_reshape_size),
147 _Reshape(self._output_tensor_size),
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/merge/
H A DConvertMatMulToConv2D.cpp176 input = _Reshape(input, {1, 1, -1, num_input}, NHWC); in ConvertMatMulToConv2D()
181 input = _Reshape(input, {1, num_input, 1, -1}, NCHW); in ConvertMatMulToConv2D()
189 reshape = _Reshape(output, {-1, num_output}, NHWC); in ConvertMatMulToConv2D()
191 reshape = _Reshape(output, {num_output, -1}, NCHW); in ConvertMatMulToConv2D()
/dports/misc/mnn/MNN-1.2.0/tools/train/source/grad/
H A DReshapeGrad.cpp28 result[0] = _Reshape(backwardOutput[0], shape); in onGrad()
32 …result[0] = _Reshape(backwardOutput[0], _Const(info->dim.data(), {(int)info->dim.size()}, NCHW, ha… in onGrad()
H A DGatherGrad.cpp25 indice = _Reshape(indice, dims); in onGrad()
/dports/misc/mnn/MNN-1.2.0/test/expr/
H A DZeroShapeTest.cpp22 auto output = _Reshape(input, {0, 0, -1}); in run()
37 auto output = _Reshape(input, {0, 0, -1}); in run()
H A DExprResizeTest.cpp43 auto xR = _Reshape(x, _Shape(tempShape)); in run()
/dports/misc/mnn/MNN-1.2.0/tools/converter/source/optimizer/tfextra/
H A DTFBatchNormalMerge.cpp55 scaleNode = _Reshape(scaleNode, reshapeDims); in onExecute()
56 biasNode = _Reshape(biasNode, reshapeDims); in onExecute()
/dports/games/briquolo/briquolo-0.5.7/src/MOGL/
H A DMOGL_Fenetre.cpp202 _Reshape(_ResolutionX, _ResolutionY); // Set Up Our Perspective GL Screen in Initialiser()
405 _Reshape(_ResolutionX, _ResolutionY); in SetMode()
586 _Reshape(_ResolutionX, _ResolutionY); in _ManualResize()
615 void MOGL_Fenetre::_Reshape(int w, int h) in _Reshape() function in MOGL_Fenetre
/dports/misc/mnn/MNN-1.2.0/tools/train/source/models/
H A DLenet.cpp39 x = _Reshape(x, {0, -1}); in onForward()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A Dawt_Choice.h84 static void _Reshape(void *param);

123