Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h28 class ShapedTypeComponents; variable
107 ShapedTypeComponents() : elementType(nullptr), attr(nullptr){}; in ShapedTypeComponents() function
108 ShapedTypeComponents(Type elementType) in ShapedTypeComponents() function
110 ShapedTypeComponents(ShapedType shapedType) : attr(nullptr) { in ShapedTypeComponents() function
116 ShapedTypeComponents(ShapeAdaptor adaptor) : attr(nullptr) { in ShapedTypeComponents() function