Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgoggins committed Feb 5, 2020
1 parent 888f5c5 commit f43c1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/opperf/utils/op_registry_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,8 @@ def get_all_loss_operators():
return loss_mx_operators


def get_all_miscellaneous_operators():
"""Gets all Miscellaneous operators registered with MXNet.
def get_remaining_miscellaneous_operators():
"""Gets remaining Miscellaneous operators registered with MXNet not covered by individual tests.
Returns
-------
Expand Down

0 comments on commit f43c1e0

Please sign in to comment.