Skip to content

Commit f4ce7e0

Browse files
authored
[MLIR][TOSA] Update PowOp output name from z to output (#118407)
To match the latest specification: https://www.mlplatform.org/tosa/tosa_spec.html#_pow Signed-off-by: Jerry Ge <[email protected]>
1 parent 9a4c5a5 commit f4ce7e0

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)