Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lsy323 committed Feb 5, 2024
1 parent a2b8e8c commit d8723fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torch_xla/stablehlo.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def call_function(self, target, args: Tuple, kwargs: Dict) -> Any:
if isinstance(arg_spec[0], (float, int)) and type(arg_spec[
1].type) == torch.TensorType else arg_spec[0],
args_and_specs))
return super().call_function(target, args, new_kwargs)
return super().call_function(target, args, new_kwargs)

def run_node(self, n) -> Any:
if n.op == 'placeholder':
Expand Down

0 comments on commit d8723fa

Please sign in to comment.