Home
last modified time | relevance | path

Searched defs:dimensions (Results 1 – 13 of 13) sorted by relevance

/llvm-project/mlir/lib/AsmParser/
H A DTypeParser.cpp186 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 DAsmParserImpl.h578 parseDimensionList(SmallVectorImpl<int64_t> & dimensions,bool allowDynamic,bool withTrailingX) parseDimensionList() argument
/llvm-project/mlir/benchmark/python/
H A Dcommon.py21 def create_sparse_np_tensor(dimensions, number_of_elements): argument
/llvm-project/lldb/packages/Python/lldbsuite/test/
H A Dlldbpexpect.py26 dimensions=None, argument
/llvm-project/flang/include/flang/Evaluate/
H A Dfold-designator.h190 Dimensions dimensions; member
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp402 /// 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 DLinalgOps.cpp1526 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 Dfold-designator.cpp388 ConstantObjectPointer::Dimensions dimensions(rank); From() local
H A Dshape.cpp48 std::size_t dimensions{arrayConstant.size()}; ConstantShape() local
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgMatchOps.cpp349 SmallVector<int64_t> dimensions; in matchOperation() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DAffinePromotion.cpp315 static mlir::AffineMap createArrayIndexAffineMap(unsigned dimensions, in createArrayIndexAffineMap()
/llvm-project/mlir/lib/Dialect/EmitC/IR/
H A DEmitC.cpp921 SmallVector<int64_t, 4> dimensions; parse() local
/llvm-project/mlir/lib/IR/
H A DAsmPrinter.cpp4008 printDimensionList(OpAsmPrinter & printer,Operation * op,ArrayRef<int64_t> dimensions) printDimensionList() argument
4017 parseDimensionList(OpAsmParser & parser,DenseI64ArrayAttr & dimensions) parseDimensionList() argument