Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Aug 31, 2023
1 parent e9c4f39 commit b34738c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exla/lib/exla/computation.ex
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ defmodule EXLA.Computation do
client,
arg_shapes,
# TO-DO (mlir): do not hardcode this single-item tuple output type
EXLA.Shape.make_tuple_shape([ret_shape])
EXLA.Shape.make_tuple_shape([return_shape])
)
end

Expand Down

0 comments on commit b34738c

Please sign in to comment.