/llvm-project/mlir/lib/AsmParser/ |
H A D | TypeParser.cpp | 186 SmallVector<int64_t, 4> dimensions; parseMemRefType() local 375 SmallVector<int64_t, 4> dimensions; parseTensorType() local 458 SmallVector<int64_t, 4> dimensions; parseVectorType() local 490 parseVectorDimensionList(SmallVectorImpl<int64_t> & dimensions,SmallVectorImpl<bool> & scalableDims) parseVectorDimensionList() argument 526 parseDimensionListRanked(SmallVectorImpl<int64_t> & dimensions,bool allowDynamic,bool withTrailingX) parseDimensionListRanked() argument [all...] |
H A D | AsmParserImpl.h | 578 parseDimensionList(SmallVectorImpl<int64_t> & dimensions,bool allowDynamic,bool withTrailingX) parseDimensionList() argument
|
/llvm-project/mlir/benchmark/python/ |
H A D | common.py | 21 def create_sparse_np_tensor(dimensions, number_of_elements): argument
|
/llvm-project/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbpexpect.py | 26 dimensions=None, argument
|
/llvm-project/flang/include/flang/Evaluate/ |
H A D | fold-designator.h | 190 Dimensions dimensions; member
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgInterfaces.cpp | 402 /// 5. Optional batch dimensions that appear in all operands are captured. in isContractionInterfaceImpl() argument 359 ContractionDimensions dimensions{ inferContractionDimsImpl() local 675 ConvolutionDimensions dimensions{ inferConvolutionDimsImpl() local 771 isConvolutionInterfaceImpl(Operation * op,ConvolutionDimensions * dimensions) isConvolutionInterfaceImpl() argument [all...] |
H A D | LinalgOps.cpp | 1526 build(OpBuilder & builder,OperationState & result,ValueRange inputs,ValueRange inits,ArrayRef<int64_t> dimensions,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 1909 build(::mlir::OpBuilder & builder,::mlir::OperationState & result,Value input,Value init,DenseI64ArrayAttr dimensions,ArrayRef<NamedAttribute> attributes) build() argument 1927 build(::mlir::OpBuilder & builder,::mlir::OperationState & result,Value input,Value init,ArrayRef<int64_t> dimensions,ArrayRef<NamedAttribute> attributes) build() argument [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | fold-designator.cpp | 388 ConstantObjectPointer::Dimensions dimensions(rank); From() local
|
H A D | shape.cpp | 48 std::size_t dimensions{arrayConstant.size()}; ConstantShape() local
|
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/ |
H A D | LinalgMatchOps.cpp | 349 SmallVector<int64_t> dimensions; in matchOperation() local
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | AffinePromotion.cpp | 315 static mlir::AffineMap createArrayIndexAffineMap(unsigned dimensions, in createArrayIndexAffineMap()
|
/llvm-project/mlir/lib/Dialect/EmitC/IR/ |
H A D | EmitC.cpp | 921 SmallVector<int64_t, 4> dimensions; parse() local
|
/llvm-project/mlir/lib/IR/ |
H A D | AsmPrinter.cpp | 4008 printDimensionList(OpAsmPrinter & printer,Operation * op,ArrayRef<int64_t> dimensions) printDimensionList() argument 4017 parseDimensionList(OpAsmParser & parser,DenseI64ArrayAttr & dimensions) parseDimensionList() argument
|