MLIR  19.0.0git
Classes | Functions
mlir::shape Namespace Reference

Classes

struct  ShapeMappingValue
 ShapeMappingValue works as the value of ShapeMappingAnalysis table, where funcSymbol is the symbol of mapping function, and inputs are the actual parameters for the function. More...
 
struct  ShapeMappingAnalysis
 ShapeMappingAnalysis is used together with OutlineShapeComputationPass to preserve Value and corresponding shape function / arguments mapping information. More...
 

Functions

RankedTensorType getExtentTensorType (MLIRContext *ctx, int64_t rank=ShapedType::kDynamic)
 Alias type for extent tensors. More...
 
bool isExtentTensorType (Type)
 
LogicalResult getShapeVec (Value input, SmallVectorImpl< int64_t > &shapeValues)
 
void registerBufferizableOpInterfaceExternalModels (DialectRegistry &registry)
 

Function Documentation

◆ getExtentTensorType()

RankedTensorType mlir::shape::getExtentTensorType ( MLIRContext ctx,
int64_t  rank = ShapedType::kDynamic 
)

Alias type for extent tensors.

Definition at line 41 of file Shape.cpp.

References mlir::get().

◆ getShapeVec()

LogicalResult mlir::shape::getShapeVec ( Value  input,
SmallVectorImpl< int64_t > &  shapeValues 
)

◆ isExtentTensorType()

bool mlir::shape::isExtentTensorType ( Type  type)

Definition at line 45 of file Shape.cpp.

◆ registerBufferizableOpInterfaceExternalModels()

void mlir::shape::registerBufferizableOpInterfaceExternalModels ( DialectRegistry registry)