Home
last modified time | relevance | path

Searched refs:getShape (Results 1726 – 1750 of 2165) sorted by relevance

1...<<61626364656667686970>>...87

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/LinalgToLLVM/
H A DLinalgToLLVM.cpp187 for (auto en : llvm::enumerate(dstType.getShape())) in matchAndRewrite()
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/
H A DLegendItem.java788 public Shape getShape() { in getShape() method in LegendItem
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DOptionWah.hpp200 …virtual Shape<SHAPE_MAXNODES> getShape() const override {return Shape<SHAPE_MAXNODES>(shapeWidget)… in getShape() function in OptionWah
H A DOptionWaveshaper.hpp194 …virtual Shape<SHAPE_MAXNODES> getShape() const override {return Shape<SHAPE_MAXNODES>(shapeWidget)… in getShape() function in OptionWaveshaper
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/libraryeditor/newelementwizard/
H A Dnewelementwizardcontext.cpp216 pad.getRotation(), pad.getShape(), pad.getWidth(), in copyElement()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Transforms/Utils/
H A DUtils.cpp460 ArrayRef<int64_t> shape = memrefType.getShape(); in normalizeMemRefType()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp104 auto shape = v.getType().cast<ShapedType>().getShape(); in getStaticShape()
/dports/science/axom/axom-0.6.1/src/axom/sidre/core/
H A DView.hpp310 int getShape(int ndims, IndexType* shape) const;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Transforms/Utils/
H A DUtils.cpp461 ArrayRef<int64_t> shape = memrefType.getShape(); in normalizeMemRefType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Transforms/
H A DBufferDeallocation.cpp548 for (auto shapeElement : llvm::enumerate(memRefType.getShape())) { in introduceBufferCopy()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/layers/
H A Dnormalize_bbox_layer.cpp376 auto input_shape = input_wrapper->getShape(); in initCUDA()
/dports/www/dojo/dojo-release-1.12.2/dojox/charting/action2d/
H A DTooltip.js.map7 …ngles","shape","position","element","x","cx","cy","w","h","cr","clone","getShape","width","height"…
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Dialect/Linalg/Utils/
H A DUtils.cpp104 auto shape = v.getType().cast<ShapedType>().getShape(); in getStaticShape()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Transforms/Utils/
H A DUtils.cpp460 ArrayRef<int64_t> shape = memrefType.getShape(); in normalizeMemRefType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/unowriter/
H A Dunowriter.cxx254 auto xGraphic = getProperty<uno::Reference<graphic::XGraphic>>(getShape(1), "Graphic"); in CPPUNIT_TEST_FIXTURE()
285 auto xGraphic = getProperty<uno::Reference<graphic::XGraphic>>(getShape(1), "Graphic"); in CPPUNIT_TEST_FIXTURE()
708 uno::Reference<text::XTextContent> const xShape(getShape(1), uno::UNO_QUERY); in CPPUNIT_TEST_FIXTURE()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DJSScript.h1997 js::Shape* getShape(js::GCThingIndex index) const {
2001 js::Shape* getShape(const jsbytecode* pc) const {
2003 return getShape(GET_GCTHING_INDEX(pc));
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DHomeComponent3D.java2380 wallsPath.add(new Area(getShape(thinnerWall.getPoints()))); in getLightScopeOutsideWallsArea()
2395 lightScopeOutsideWallsArea.add(new Area(getShape(pointsArray))); in getLightScopeOutsideWallsArea()
2785 Area oldArea = new Area(getShape((float [][])ev.getOldValue())); in addRoomListener()
2786 Area newArea = new Area(getShape((float [][])ev.getNewValue())); in addRoomListener()
2794 Area roomAreaIntersectionWithOldArea = new Area(getShape(room.getPoints())); in addRoomListener()
2844 private GeneralPath getShape(float [][] points) { in getShape() method in HomeComponent3D
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Dialect/SPIRV/
H A DSPIRVTypes.cpp1117 ArrayRef<int64_t> columnShape = columnType.cast<VectorType>().getShape(); in verifyConstructionInvariants()
1145 return getImpl()->columnType.cast<VectorType>().getShape()[0]; in getNumRows()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/StandardToSPIRV/
H A DConvertStandardToSPIRV.cpp638 dstAttrType = RankedTensorType::get(dstAttrType.getShape(), dstElemType); in matchAndRewrite()
640 dstAttrType = VectorType::get(dstAttrType.getShape(), dstElemType); in matchAndRewrite()
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A Dexttree.cpp188 w->getShape(shapeId, s); in getCoords()
606 w->getShape(shapeId, s); in getCoords()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp1106 ArrayRef<int64_t> columnShape = columnType.cast<VectorType>().getShape(); in verify()
1134 return getImpl()->columnType.cast<VectorType>().getShape()[0]; in getNumRows()
/dports/cad/sumo/sumo-1.2.0/src/router/
H A DRORouteHandler.cpp819 double dist = cand->getShape().distance2D(pos); in parseGeoEdges()
959 Boundary b = lane->getShape().getBoxBoundary(); in getLaneTree()
/dports/cad/sumo/sumo-1.2.0/src/traci_testclient/
H A DTraCITestClient.cpp706 std::vector<libsumo::TraCIPosition> shape = polygon.getShape("poly0"); in testAPI()
718 for (auto pos : polygon.getShape("poly0")) { in testAPI()
/dports/cad/opencascade/opencascade-7.6.0/src/XDEDRAW/
H A DXDEDRAW_Shapes.cxx126 static Standard_Integer getShape (Draw_Interpretor& di, Standard_Integer argc, const char** argv) in getShape() function
1067 __FILE__, getShape, g); in InitCommands()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DOperation.cpp1094 return a.getShape() == b.getShape(); in areSameShapedTypeIgnoringElementType()

1...<<61626364656667686970>>...87