Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
avolkov-intel committed Aug 2, 2024
1 parent 4c38fe2 commit dcde098
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ struct train_ops_dispatcher<Policy, Float, Method, Task> {

INSTANTIATE(float, method::dense_batch, task::classification)
INSTANTIATE(double, method::dense_batch, task::classification)

INSTANTIATE(float, method::sparse, task::classification)
INSTANTIATE(double, method::sparse, task::classification)

Expand Down

0 comments on commit dcde098

Please sign in to comment.