Home
last modified time | relevance | path

Searched refs:hasStaticShape (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp89 bool ShapeAdaptor::hasStaticShape() const { in hasStaticShape() function in ShapeAdaptor
94 return t.cast<ShapedType>().hasStaticShape(); in hasStaticShape()
110 assert(hasStaticShape() && "cannot get element count of dynamic shaped type"); in getNumElements()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp27 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
116 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/IR/
H A DStandardTypes.cpp128 assert(hasStaticShape() && "cannot get element count of dynamic shaped type"); in getNumElements()
155 assert(hasStaticShape() && in getSizeInBits()
187 bool ShapedType::hasStaticShape() const { in hasStaticShape() function in ShapedType
191 bool ShapedType::hasStaticShape(ArrayRef<int64_t> shape) const { in hasStaticShape() function in ShapedType
192 return hasStaticShape() && getShape() == shape; in hasStaticShape()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp82 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
85 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp81 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
84 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp81 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
84 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp81 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
84 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp29 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
118 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp81 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
84 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp81 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
84 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp29 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
118 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp81 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
84 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp29 assert(type && type.hasStaticShape() && "unexpected type in attribution");
118 assert(type && type.hasStaticShape() && "unexpected type in attribution");
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/LinalgToSPIRV/
H A DLinalgToSPIRV.cpp81 if (!originalInputType.hasStaticShape() || originalInputType.getRank() != 1) in matchAsPerformingReduction()
84 if (!originalOutputType.hasStaticShape() || in matchAsPerformingReduction()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp600 if (!resultTy.hasStaticShape()) in elementwiseMatchAndRewriteHelper()
883 if (!inputTy.hasStaticShape() || !weightTy.hasStaticShape() || in convolutionMatchAndRewriterHelper()
884 !biasTy.hasStaticShape() || !resultTy.hasStaticShape()) in convolutionMatchAndRewriterHelper()
1027 if (!inputTy.hasStaticShape() || !weightTy.hasStaticShape() || in matchAndRewrite()
1028 !biasTy.hasStaticShape() || !resultTy.hasStaticShape()) in matchAndRewrite()
1206 if (!operandTy.hasStaticShape() || !resultTy.hasStaticShape()) in matchAndRewrite()
1857 if (!inputTy.hasStaticShape()) in matchAndRewrite()
1911 if (!inputTy.hasStaticShape() || !resultTy.hasStaticShape()) in matchAndRewrite()
1970 if (!inputTy.hasStaticShape() || !paddingTy.hasStaticShape()) { in matchAndRewrite()
2056 if (!inputTy.hasStaticShape()) in matchAndRewrite()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp600 if (!resultTy.hasStaticShape()) in elementwiseMatchAndRewriteHelper()
883 if (!inputTy.hasStaticShape() || !weightTy.hasStaticShape() || in convolutionMatchAndRewriterHelper()
884 !biasTy.hasStaticShape() || !resultTy.hasStaticShape()) in convolutionMatchAndRewriterHelper()
1027 if (!inputTy.hasStaticShape() || !weightTy.hasStaticShape() || in matchAndRewrite()
1028 !biasTy.hasStaticShape() || !resultTy.hasStaticShape()) in matchAndRewrite()
1206 if (!operandTy.hasStaticShape() || !resultTy.hasStaticShape()) in matchAndRewrite()
1857 if (!inputTy.hasStaticShape()) in matchAndRewrite()
1911 if (!inputTy.hasStaticShape() || !resultTy.hasStaticShape()) in matchAndRewrite()
1970 if (!inputTy.hasStaticShape() || !paddingTy.hasStaticShape()) { in matchAndRewrite()
2056 if (!inputTy.hasStaticShape()) in matchAndRewrite()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp600 if (!resultTy.hasStaticShape())
883 if (!inputTy.hasStaticShape() || !weightTy.hasStaticShape() ||
884 !biasTy.hasStaticShape() || !resultTy.hasStaticShape())
1027 if (!inputTy.hasStaticShape() || !weightTy.hasStaticShape() ||
1028 !biasTy.hasStaticShape() || !resultTy.hasStaticShape())
1206 if (!operandTy.hasStaticShape() || !resultTy.hasStaticShape())
1857 if (!inputTy.hasStaticShape())
1911 if (!inputTy.hasStaticShape() || !resultTy.hasStaticShape())
1970 if (!inputTy.hasStaticShape() || !paddingTy.hasStaticShape()) {
2056 if (!inputTy.hasStaticShape())
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/IR/
H A DStandardTypes.cpp192 assert(hasStaticShape() && "cannot get element count of dynamic shaped type"); in getNumElements()
226 assert(hasStaticShape() && in getSizeInBits()
258 bool ShapedType::hasStaticShape() const { in hasStaticShape() function in ShapedType
262 bool ShapedType::hasStaticShape(ArrayRef<int64_t> shape) const { in hasStaticShape() function in ShapedType
263 return hasStaticShape() && getShape() == shape; in hasStaticShape()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DBuiltinTypes.cpp209 assert(hasStaticShape() && "cannot get element count of dynamic shaped type"); in getNumElements()
246 assert(hasStaticShape() && in getSizeInBits()
278 bool ShapedType::hasStaticShape() const { in hasStaticShape() function in ShapedType
282 bool ShapedType::hasStaticShape(ArrayRef<int64_t> shape) const { in hasStaticShape() function in ShapedType
283 return hasStaticShape() && getShape() == shape; in hasStaticShape()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/IR/
H A DStandardTypes.cpp188 assert(hasStaticShape() && "cannot get element count of dynamic shaped type"); in getNumElements()
222 assert(hasStaticShape() && in getSizeInBits()
254 bool ShapedType::hasStaticShape() const { in hasStaticShape() function in ShapedType
258 bool ShapedType::hasStaticShape(ArrayRef<int64_t> shape) const { in hasStaticShape() function in ShapedType
259 return hasStaticShape() && getShape() == shape; in hasStaticShape()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/IR/
H A DBuiltinTypes.cpp209 assert(hasStaticShape() && "cannot get element count of dynamic shaped type"); in getNumElements()
246 assert(hasStaticShape() && in getSizeInBits()
278 bool ShapedType::hasStaticShape() const { in hasStaticShape() function in ShapedType
282 bool ShapedType::hasStaticShape(ArrayRef<int64_t> shape) const { in hasStaticShape() function in ShapedType
283 return hasStaticShape() && getShape() == shape; in hasStaticShape()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.h40 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
124 assert(type && type.hasStaticShape() && in matchAndRewrite()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.h36 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
121 assert(type && type.hasStaticShape() && in matchAndRewrite()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.h36 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
121 assert(type && type.hasStaticShape() && in matchAndRewrite()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.h40 assert(type && type.hasStaticShape() && "unexpected type in attribution"); in matchAndRewrite()
124 assert(type && type.hasStaticShape() && in matchAndRewrite()

12345678910>>...12