Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -2251,7 +2251,7 @@ def Tosa_CastOp: Tosa_Op<"cast", [Pure,
let description = [{
Casts a tensor from one data type to another.
* This table is showing the supported conversions from the TOSA Specification.
* The MLIR dialect here can be used to represent other conversions.
* The MLIR dialect here can be used to represent other conversions.

| Mode | Input | Output |
|--------------------------|---------|---------|
Expand Down