MLIR
20.0.0git
|
This is the complete list of members for mlir::VectorType::Builder, including all inherited members.
Builder(VectorType other) | mlir::VectorType::Builder | inlineexplicit |
Builder(ArrayRef< int64_t > shape, Type elementType, ArrayRef< bool > scalableDims={}) | mlir::VectorType::Builder | inline |
dropDim(unsigned pos) | mlir::VectorType::Builder | inline |
operator VectorType() | mlir::VectorType::Builder | inline |
setDim(unsigned pos, int64_t val) | mlir::VectorType::Builder | inline |
setElementType(Type newElementType) | mlir::VectorType::Builder | inline |
setShape(ArrayRef< int64_t > newShape, ArrayRef< bool > newIsScalableDim={}) | mlir::VectorType::Builder | inline |