Home
last modified time | relevance | path

Searched refs:copyShape (Results 1 – 25 of 32) sorted by relevance

12

/dports/editors/calligra/calligra-3.2.1/words/part/frames/
H A DKWFrameSet.cpp55 KWCopyShape* copyShape = dynamic_cast<KWCopyShape*>(shape); in addShape() local
56 if (copyShape) { in addShape()
57 if (copyShape->original()) { in addShape()
58 addCopy(copyShape); in addShape()
67 if (copyShape) { in removeShape()
68 removeCopy(copyShape); in removeShape()
94 void KWFrameSet::addCopy(KWCopyShape *copyShape) in addCopy() argument
96 if (!m_copyShapes.contains(copyShape)) in addCopy()
97 m_copyShapes.append(copyShape); in addCopy()
100 void KWFrameSet::removeCopy(KWCopyShape *copyShape) in removeCopy() argument
[all …]
H A DKWFrameSet.h113 void addCopy(KWCopyShape *copyShape);
114 void removeCopy(KWCopyShape *copyShape);
/dports/misc/mnn/MNN-1.2.0/source/geometry/
H A DGeometrySelect.cpp28 TensorUtils::copyShape(output, newTensor.get(), true); in onCompute()
36 TensorUtils::copyShape(output, newTensor.get(), true); in onCompute()
44 TensorUtils::copyShape(output, newTensor.get(), true); in onCompute()
H A DGeometryLRN.cpp143 TensorUtils::copyShape(input, newInput.get(), true); in computeForLRN()
152 TensorUtils::copyShape(input, squareInput.get(), true); in computeForLRN()
158 TensorUtils::copyShape(input, filterOutput.get()); in computeForLRN()
193 TensorUtils::copyShape(squareInputTranspose.get(), avgTensor.get(), true); in computeForLRN()
255 TensorUtils::copyShape(squareInputTranspose.get(), avgTensor.get(), true); in computeForLRN()
278 TensorUtils::copyShape(filterOutput.get(), temp0.get(), true); in computeForLRN()
279 TensorUtils::copyShape(filterOutput.get(), temp1.get(), true); in computeForLRN()
313 TensorUtils::copyShape(input, output.get(), true); in computeForLRN()
H A DGeometryBinary.cpp39 TensorUtils::copyShape(output, newTensor.get(), true); in onCompute()
47 TensorUtils::copyShape(output, newTensor.get(), true); in onCompute()
H A DGeometryELU.cpp17 TensorUtils::copyShape(input, tensor.get(), true); in initTensor()
71 TensorUtils::copyShape(input, compValue.get(), true); in onCompute()
H A DGeometryThreshold.cpp27 TensorUtils::copyShape(input, compValue.get(), true); in onCompute()
H A DGeometryComputer.cpp116 TensorUtils::copyShape(output, newTensor.get(), true); in getRasterCacheCreate()
/dports/misc/mnn/MNN-1.2.0/source/core/
H A DWrapExecution.cpp72 TensorUtils::copyShape(inputTensor, wrapTensor.get(), true); in _getCopyTensor()
82 TensorUtils::copyShape(inputTensor, wrapTensor.get(), true); in _getCopyTensor()
92 TensorUtils::copyShape(inputTensor, midTensor.get(), true); in _getCopyTensor()
93 TensorUtils::copyShape(inputTensor, wrapTensor.get(), true); in _getCopyTensor()
116 TensorUtils::copyShape(inputTensor, mWrapForRaster.get(), true); in onResize()
H A DTensorUtils.hpp114 static void copyShape(const Tensor* source, Tensor* dest, bool copyFormat = false);
H A DTensorUtils.cpp79 TensorUtils::copyShape(tensor, wrapTensor); in setupTensorInfo()
100 void TensorUtils::copyShape(const Tensor* source, Tensor* dest, bool copyFormat) { in copyShape() function in MNN::TensorUtils
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUDetectionOutput.cpp105 TensorUtils::copyShape(inputs[0], &mLocation, false); in onResize()
109 TensorUtils::copyShape(inputs[1], &mConfidence, false); in onResize()
113 TensorUtils::copyShape(inputs[2], &mPriorbox, false); in onResize()
118 TensorUtils::copyShape(inputs[3], &mArmConfidence, false); in onResize()
119 TensorUtils::copyShape(inputs[4], &mArmLocation, false); in onResize()
H A DCPUArgMax.cpp33 TensorUtils::copyShape(input, &mInputBuffer); in onResize()
34 TensorUtils::copyShape(output, &mOutputBuffer); in onResize()
H A DCPUMoments.cpp37 TensorUtils::copyShape(input, mMidBuffer.get(), true); in onResize()
/dports/misc/mnn/MNN-1.2.0/test/core/
H A DTensorUtilsTest.cpp29 TensorUtils::copyShape(&src, &dst1); in run()
40 TensorUtils::copyShape(&src, &dst2, true); in run()
/dports/misc/mnn/MNN-1.2.0/source/shape/
H A DShapeDequantize.cpp18 TensorUtils::copyShape(inputs[0], outputs[0], true); in onComputeSize()
H A DShapeAsString.cpp22 TensorUtils::copyShape(input, output, true); in onComputeSize()
H A DShapeCast.cpp19 TensorUtils::copyShape(input, output, true); in onComputeSize()
H A DShapeEltwise.cpp20 TensorUtils::copyShape(inputs[0], outputs[0], true); in onComputeSize()
H A DShapePadding.cpp24 TensorUtils::copyShape(input, output, true); in onComputeSize()
H A DShapeResize.cpp24 TensorUtils::copyShape(inputs[0], outputs[0], true); in onComputeSize()
H A DShapeLSTM.cpp83 TensorUtils::copyShape(inputs[1], outputs[i]); in onComputeSize()
/dports/misc/mnn/MNN-1.2.0/source/backend/vulkan/backend/
H A DVulkanBackend.cpp288 TensorUtils::copyShape(dstTensor, tempTensor.get(), true); in onCopyBuffer()
335 TensorUtils::copyShape(srcTensor, tempTensor.get(), true); in onCopyBuffer()
/dports/editors/calligra/calligra-3.2.1/words/part/tests/
H A DTestFrameLayout.cpp407 MockShape *copyShape = new MockShape(); in testCopyFramesForPage() local
408 copyShape->setPosition(QPointF(9, 13)); in testCopyFramesForPage()
410 KWFrame *frame = new KWFrame(copyShape, copyShapeFrameSet); in testCopyFramesForPage()
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DConvolutionInt8Executor.cpp148 TensorUtils::copyShape(inputs[0], &mSrcCopyBuffer, true); in onResize()

12