Home
last modified time | relevance | path

Searched refs:sourceShape (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp28 ArrayRef<int64_t> sourceShape = sourceType.getShape(); in getReassociationIndicesForReshape() local
36 while (sourceDim < sourceShape.size()) { in getReassociationIndicesForReshape()
45 while (sourceShape[sourceDim] != ShapedType::kDynamicSize && in getReassociationIndicesForReshape()
46 prodOfCollapsedDims * sourceShape[sourceDim] < currTargetShape && in getReassociationIndicesForReshape()
47 sourceDim < sourceShape.size()) { in getReassociationIndicesForReshape()
48 prodOfCollapsedDims *= sourceShape[sourceDim]; in getReassociationIndicesForReshape()
55 if (sourceShape[sourceDim] == ShapedType::kDynamicSize && in getReassociationIndicesForReshape()
63 sourceShape[sourceDim] != ShapedType::kDynamicSize) in getReassociationIndicesForReshape()
68 if (prodOfCollapsedDims * sourceShape[sourceDim] != currTargetShape) in getReassociationIndicesForReshape()
87 sourceDim != sourceShape.size()) in getReassociationIndicesForReshape()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp28 ArrayRef<int64_t> sourceShape = sourceType.getShape(); in getReassociationIndicesForReshape() local
36 while (sourceDim < sourceShape.size()) { in getReassociationIndicesForReshape()
45 while (sourceShape[sourceDim] != ShapedType::kDynamicSize && in getReassociationIndicesForReshape()
46 prodOfCollapsedDims * sourceShape[sourceDim] < currTargetShape && in getReassociationIndicesForReshape()
47 sourceDim < sourceShape.size()) { in getReassociationIndicesForReshape()
48 prodOfCollapsedDims *= sourceShape[sourceDim]; in getReassociationIndicesForReshape()
55 if (sourceShape[sourceDim] == ShapedType::kDynamicSize && in getReassociationIndicesForReshape()
63 sourceShape[sourceDim] != ShapedType::kDynamicSize) in getReassociationIndicesForReshape()
68 if (prodOfCollapsedDims * sourceShape[sourceDim] != currTargetShape) in getReassociationIndicesForReshape()
87 sourceDim != sourceShape.size()) in getReassociationIndicesForReshape()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp28 ArrayRef<int64_t> sourceShape = sourceType.getShape(); in getReassociationIndicesForReshape() local
36 while (sourceDim < sourceShape.size()) { in getReassociationIndicesForReshape()
45 while (sourceShape[sourceDim] != ShapedType::kDynamicSize && in getReassociationIndicesForReshape()
46 prodOfCollapsedDims * sourceShape[sourceDim] < currTargetShape && in getReassociationIndicesForReshape()
47 sourceDim < sourceShape.size()) { in getReassociationIndicesForReshape()
48 prodOfCollapsedDims *= sourceShape[sourceDim]; in getReassociationIndicesForReshape()
55 if (sourceShape[sourceDim] == ShapedType::kDynamicSize && in getReassociationIndicesForReshape()
63 sourceShape[sourceDim] != ShapedType::kDynamicSize) in getReassociationIndicesForReshape()
68 if (prodOfCollapsedDims * sourceShape[sourceDim] != currTargetShape) in getReassociationIndicesForReshape()
87 sourceDim != sourceShape.size()) in getReassociationIndicesForReshape()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp28 ArrayRef<int64_t> sourceShape = sourceType.getShape(); in getReassociationIndicesForReshape() local
36 while (sourceDim < sourceShape.size()) { in getReassociationIndicesForReshape()
45 while (sourceShape[sourceDim] != ShapedType::kDynamicSize && in getReassociationIndicesForReshape()
46 prodOfCollapsedDims * sourceShape[sourceDim] < currTargetShape && in getReassociationIndicesForReshape()
47 sourceDim < sourceShape.size()) { in getReassociationIndicesForReshape()
48 prodOfCollapsedDims *= sourceShape[sourceDim]; in getReassociationIndicesForReshape()
55 if (sourceShape[sourceDim] == ShapedType::kDynamicSize && in getReassociationIndicesForReshape()
63 sourceShape[sourceDim] != ShapedType::kDynamicSize) in getReassociationIndicesForReshape()
68 if (prodOfCollapsedDims * sourceShape[sourceDim] != currTargetShape) in getReassociationIndicesForReshape()
87 sourceDim != sourceShape.size()) in getReassociationIndicesForReshape()
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/babymatch/
H A DBabymatch.qml279 … backgroundImage.height * sourceShape.sourceSize.height / backgroundImage.height :
280 backgroundImage.height * sourceShape.sourceSize.height /
287 … backgroundImage.width * sourceShape.sourceSize.width / backgroundImage.width :
288 backgroundImage.width * sourceShape.sourceSize.width /
295 id: sourceShape
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DOCCAttributes.h46 TopoDS_Shape sourceShape) in OCCAttributes() argument
48 _sourceDim(sourceDim), _sourceShape(sourceShape) in OCCAttributes()
263 TopoDS_Shape &sourceShape) in getExtrudeParams() argument
270 sourceShape = attr[i]->getSourceShape(); in getExtrudeParams()
H A DGModelIO_OCC.cpp2861 TopoDS_Shape sourceShape; in _copyExtrudedAttributes() local
2863 _attributes->getExtrudeParams(1, edge, sourceDim, sourceShape); in _copyExtrudedAttributes()
2866 e->geo.Source = _getFuzzyTag(0, sourceShape); in _copyExtrudedAttributes()
2869 e->geo.Source = _getFuzzyTag(1, sourceShape); in _copyExtrudedAttributes()
2895 TopoDS_Shape sourceShape; in _copyExtrudedAttributes() local
2897 _attributes->getExtrudeParams(2, face, sourceDim, sourceShape); in _copyExtrudedAttributes()
2900 e->geo.Source = _getFuzzyTag(1, sourceShape); in _copyExtrudedAttributes()
2903 e->geo.Source = _getFuzzyTag(2, sourceShape); in _copyExtrudedAttributes()
2929 TopoDS_Shape sourceShape; in _copyExtrudedAttributes() local
2931 _attributes->getExtrudeParams(3, solid, sourceDim, sourceShape); in _copyExtrudedAttributes()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1155 auto sourceShape = sourceVectorType.getShape(); in verify() local
1158 destShape.size() - sourceShape.size(), 0); in verify()
1159 sourceShapeAsDestShape.append(sourceShape.begin(), sourceShape.end()); in verify()
1932 auto sourceShape = sourceVectorType.getShape(); in verifyVectorShapeCast() local
1937 sourceShape.begin(), sourceShape.end(), 1LL, std::multiplies<int64_t>{}); in verifyVectorShapeCast()
1947 if (!isValidShapeCast(sourceShape, resultShape)) in verifyVectorShapeCast()
1950 if (!isValidShapeCast(resultShape, sourceShape)) in verifyVectorShapeCast()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1397 auto sourceShape = sourceVectorType.getShape(); in verify() local
1400 destShape.size() - sourceShape.size(), 0); in verify()
1401 sourceShapeAsDestShape.append(sourceShape.begin(), sourceShape.end()); in verify()
2524 auto sourceShape = sourceVectorType.getShape(); in verifyVectorShapeCast() local
2529 sourceShape.begin(), sourceShape.end(), 1LL, std::multiplies<int64_t>{}); in verifyVectorShapeCast()
2539 if (!isValidShapeCast(sourceShape, resultShape)) in verifyVectorShapeCast()
2542 if (!isValidShapeCast(resultShape, sourceShape)) in verifyVectorShapeCast()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1465 auto sourceShape = sourceVectorType.getShape(); in verify() local
1468 destShape.size() - sourceShape.size(), 0); in verify()
1469 sourceShapeAsDestShape.append(sourceShape.begin(), sourceShape.end()); in verify()
2677 auto sourceShape = sourceVectorType.getShape(); in verifyVectorShapeCast() local
2682 sourceShape.begin(), sourceShape.end(), 1LL, std::multiplies<int64_t>{}); in verifyVectorShapeCast()
2692 if (!isValidShapeCast(sourceShape, resultShape)) in verifyVectorShapeCast()
2695 if (!isValidShapeCast(resultShape, sourceShape)) in verifyVectorShapeCast()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1465 auto sourceShape = sourceVectorType.getShape(); in verify() local
1468 destShape.size() - sourceShape.size(), 0); in verify()
1469 sourceShapeAsDestShape.append(sourceShape.begin(), sourceShape.end()); in verify()
2677 auto sourceShape = sourceVectorType.getShape(); in verifyVectorShapeCast() local
2682 sourceShape.begin(), sourceShape.end(), 1LL, std::multiplies<int64_t>{}); in verifyVectorShapeCast()
2692 if (!isValidShapeCast(sourceShape, resultShape)) in verifyVectorShapeCast()
2695 if (!isValidShapeCast(resultShape, sourceShape)) in verifyVectorShapeCast()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/tools/pathfinder/
H A Dpathfinderdialog.cpp196 updatePreview(sourceShape, m_input1, getColorFromItem(m_source1->fillColor(), Qt::blue), scale); in updateAllPreviews()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1727 auto sourceShape = sourceVectorType.getShape(); in verify() local
1730 destShape.size() - sourceShape.size(), 0); in verify()
1731 sourceShapeAsDestShape.append(sourceShape.begin(), sourceShape.end()); in verify()
3362 auto sourceShape = sourceVectorType.getShape(); in verifyVectorShapeCast() local
3367 sourceShape.begin(), sourceShape.end(), 1LL, std::multiplies<int64_t>{}); in verifyVectorShapeCast()
3377 if (!isValidShapeCast(sourceShape, resultShape)) in verifyVectorShapeCast()
3380 if (!isValidShapeCast(resultShape, sourceShape)) in verifyVectorShapeCast()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1727 auto sourceShape = sourceVectorType.getShape(); in verify() local
1730 destShape.size() - sourceShape.size(), 0); in verify()
1731 sourceShapeAsDestShape.append(sourceShape.begin(), sourceShape.end()); in verify()
3362 auto sourceShape = sourceVectorType.getShape(); in verifyVectorShapeCast() local
3367 sourceShape.begin(), sourceShape.end(), 1LL, std::multiplies<int64_t>{}); in verifyVectorShapeCast()
3377 if (!isValidShapeCast(sourceShape, resultShape)) in verifyVectorShapeCast()
3380 if (!isValidShapeCast(resultShape, sourceShape)) in verifyVectorShapeCast()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1727 auto sourceShape = sourceVectorType.getShape();
1730 destShape.size() - sourceShape.size(), 0);
1731 sourceShapeAsDestShape.append(sourceShape.begin(), sourceShape.end());
3362 auto sourceShape = sourceVectorType.getShape();
3367 sourceShape.begin(), sourceShape.end(), 1LL, std::multiplies<int64_t>{});
3377 if (!isValidShapeCast(sourceShape, resultShape))
3380 if (!isValidShapeCast(resultShape, sourceShape))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Vector/
H A DVectorOps.cpp1778 auto sourceShape = sourceVectorType.getShape(); in verify() local
1781 destShape.size() - sourceShape.size(), 0); in verify()
1782 sourceShapeAsDestShape.append(sourceShape.begin(), sourceShape.end()); in verify()
3573 auto sourceShape = sourceVectorType.getShape(); in verifyVectorShapeCast() local
3578 sourceShape.begin(), sourceShape.end(), 1LL, std::multiplies<int64_t>{}); in verifyVectorShapeCast()
3588 if (!isValidShapeCast(sourceShape, resultShape)) in verifyVectorShapeCast()
3591 if (!isValidShapeCast(resultShape, sourceShape)) in verifyVectorShapeCast()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Dialect/Linalg/Transforms/
H A DFusionOnTensors.cpp288 ArrayRef<int64_t> sourceShape, in linearizeCollapsedDims() argument
304 sourceShape.slice(startDim, collapsedDims.size()), in linearizeCollapsedDims()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Dialect/VectorOps/
H A DVectorOps.cpp1026 auto sourceShape = sourceVectorType.getShape(); in verify() local
1029 destShape.size() - sourceShape.size(), 0); in verify()
1030 sourceShapeAsDestShape.append(sourceShape.begin(), sourceShape.end()); in verify()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/Linalg/Transforms/
H A DFusion.cpp694 ArrayRef<int64_t> sourceShape, in linearizeCollapsedDims() argument
710 sourceShape.slice(startDim, collapsedDims.size()), in linearizeCollapsedDims()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DFusionOnTensors.cpp290 ArrayRef<int64_t> sourceShape, in linearizeCollapsedDims() argument
308 llvm::zip(sourceShape.slice(startDim, collapsedDims.size()), in linearizeCollapsedDims()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DFusionOnTensors.cpp290 ArrayRef<int64_t> sourceShape, in linearizeCollapsedDims() argument
308 llvm::zip(sourceShape.slice(startDim, collapsedDims.size()), in linearizeCollapsedDims()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp328 ArrayRef<int64_t> sourceShape = in linearizeCollapsedDims() local
342 for (auto en : llvm::zip(sourceShape.slice(indices[0], indices.size()), in linearizeCollapsedDims()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp328 ArrayRef<int64_t> sourceShape = in linearizeCollapsedDims() local
342 for (auto en : llvm::zip(sourceShape.slice(indices[0], indices.size()), in linearizeCollapsedDims()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp328 ArrayRef<int64_t> sourceShape = in linearizeCollapsedDims() local
342 for (auto en : llvm::zip(sourceShape.slice(indices[0], indices.size()), in linearizeCollapsedDims()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp328 ArrayRef<int64_t> sourceShape = in linearizeCollapsedDims() local
342 for (auto en : llvm::zip(sourceShape.slice(indices[0], indices.size()), in linearizeCollapsedDims()

12