Skip to content

Commit

Permalink
_get_queue -> _get_policy
Browse files Browse the repository at this point in the history
  • Loading branch information
ahuber21 committed Nov 22, 2024
1 parent e0ef2a2 commit 912f559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onedal/spmd/linear_model/incremental_linear_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class IncrementalLinearRegression(base_IncrementalLinearRegression):
"""

@bind_spmd_backend("linear_model")
def _get_queue(self): ...
def _get_policy(self): ...

@bind_spmd_backend("linear_model.regression")
def finalize_train(self, *args, **kwargs): ...

0 comments on commit 912f559

Please sign in to comment.