mirror of
https://github.com/intel/llvm.git
synced 2026-02-06 15:18:53 +08:00
[mlir][shape] Fix description copy pasta
This commit is contained in:
@@ -45,8 +45,8 @@ def Shape_ComponentType : DialectType<ShapeDialect,
|
||||
CPred<"$_self.isa<::mlir::shape::ComponentType>()">, "component type">,
|
||||
BuildableType<"$_builder.getType<::mlir::shape::ComponentType>()"> {
|
||||
let typeDescription = [{
|
||||
`shape.element_type` represents the element type of the ShapedType. It may
|
||||
be unknown, error or regular element type supported by ShapedType.
|
||||
`shape.component_type` represents the tuple of shape, element type and
|
||||
attribute.
|
||||
}];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user