Skip to content

Commit 7405df8

Browse files
committed
Update PowOp's dialect output name from z to output
Signed-off-by: Jerry Ge <[email protected]>
1 parent 0c98776 commit 7405df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ def Tosa_PowOp : Tosa_ElementwiseOp<"pow", [SameOperandsAndResultElementType]> {
828828
);
829829

830830
let results = (outs
831-
Tosa_Tensor:$z
831+
Tosa_Tensor:$output
832832
);
833833
}
834834

0 commit comments

Comments
 (0)