/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/ |
H A D | CPUTensorConvert.cpp | 22 auto srcBatch = source + bi * sourceBatchsize; in _NC4HW42NHWCUint8() local 32 auto srcBatch = source + bi * sourceBatchsize; in _NC4HW42NHWCInt16() local 42 auto srcBatch = source + bi * sourceBatchsize; in _NHWC2NC4HW4Uint8() local 51 auto srcBatch = source + bi * sourceBatchsize; in _NHWC2NC4HW4Int16() local 61 auto srcBatch = source + bi * sourceBatchsize; in NC4HW42NHWC() local 63 MNNPackTranspose(dstBatch, srcBatch, area, c); in NC4HW42NHWC() 71 auto srcBatch = source + bi * sourceBatchsize; in NHWC2NC4HW4() local 82 auto srcBatch = source + bi * sourceBatchsize; in NCHW2NHWC() local 85 auto srcArea = srcBatch + i; in NCHW2NHWC() 99 auto srcBatch = source + bi * sourceBatchsize; in NHWC2NCHW() local [all …]
|
H A D | CPURaster.cpp | 95 srcBatch = 1, srcChannel = 1, srcArea = 1; in _singleConvert() local 96 getBatchChannelArea(origin, srcBatch, srcChannel, srcArea); in _singleConvert() 98 if (dstBatch != srcBatch) { in _singleConvert() 580 int srcBatch = 1, srcChannel = 1, srcArea = 1; in onExecute() local 581 getBatchChannelArea(realInput, srcBatch, srcChannel, srcArea); in onExecute() 602 for (int b=(int)tId; b<srcBatch; b+=(int)threadNum) { in onExecute()
|
H A D | CPUDeconvolution.cpp | 171 …ack(std::make_pair([newInputPtr, icC4, plane, threadNumber, core](const float* srcBatch, int tId) { in onResize() argument 173 auto srcDepth = ((uint8_t*)srcBatch) + c * plane * core->pack * core->bytes; in onResize()
|
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/ |
H A D | Convolution1x1Strassen.cpp | 121 …n = [outputPlane, icC4, batch, numberThread, this, core](const uint8_t *srcBatch, uint8_t *dstBatc… in onResize() argument 123 auto srcY = srcBatch + outputPlane * y * core->pack * core->bytes; in onResize() 142 auto srcBatch = srcZ + b * iw * ih * icC4 * unitBytes; in onResize() local 145 auto src = srcBatch + iw * y * unitBytes; in onResize() 180 auto srcBatch = srcZ + b * iw * ih * icC4 * core->bytes * core->pack; in onResize() local 184 auto srcY = srcBatch + y * strideY * iw * core->bytes * core->pack; in onResize()
|
H A D | Convolution1x1Strassen.hpp | 41 std::function<void(const uint8_t* srcBatch, uint8_t* dstBatch)> mPretreatFunction;
|
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/ |
H A D | View.cpp | 1120 const SourceBatch& srcBatch = batches[l]; in GetLightBatches() local 1123 if (!srcBatch.geometry_ || !srcBatch.numWorldTransforms_ || !tech) in GetLightBatches() 1131 Batch destBatch(srcBatch); in GetLightBatches() 1227 const SourceBatch& srcBatch = batches[j]; in GetBaseBatches() local 1231 …if (srcBatch.material_ && srcBatch.material_->GetAuxViewFrameNumber() != frame_.frameNumber_ && !r… in GetBaseBatches() 1232 CheckMaterialForAuxView(srcBatch.material_); in GetBaseBatches() 1235 if (!srcBatch.geometry_ || !srcBatch.numWorldTransforms_ || !tech) in GetBaseBatches() 1250 Batch destBatch(srcBatch); in GetBaseBatches() 1408 const SourceBatch& srcBatch = batches[i]; in GetLitBatches() local 1411 if (!srcBatch.geometry_ || !srcBatch.numWorldTransforms_ || !tech) in GetLitBatches() [all …]
|
/dports/misc/mnn/MNN-1.2.0/source/backend/hiai/backend/ |
H A D | NPUBackend.cpp | 52 auto srcBatch = source + bi * sourceBatchsize; in NHWC2NCHW() local 55 auto srcArea = srcBatch + i * c; in NHWC2NCHW() 96 auto srcBatch = source + bi * sourceBatchsize; in NCHW2NHWC() local 99 auto srcArea = srcBatch + i; in NCHW2NHWC()
|
/dports/misc/mnn/MNN-1.2.0/test/core/ |
H A D | BackendTest.cpp | 23 auto srcBatch = source + bi * sourceBatchsize; in NCHW2NHWC() local 26 auto srcHeight = srcBatch + hi * w; in NCHW2NHWC() 114 auto srcBatch = source + bi * sourceBatchsize; in NHWC2NCHW() local 117 auto srcHeight = srcBatch + hi * w * c; in NHWC2NCHW()
|
/dports/misc/mnn/MNN-1.2.0/source/backend/tensorrt/backend/ |
H A D | TRTBackend.cpp | 239 auto srcBatch = source + bi * sourceBatchsize; in NHWC2NCHW() local 242 auto srcArea = srcBatch + i * c; in NHWC2NCHW()
|