sandeep-krishnamurthy commented on a change in pull request #15541: [Opperf]
Filter out deprecated ops
URL: https://github.com/apache/incubator-mxnet/pull/15541#discussion_r304756333
##########
File path: benchmark/opperf/utils/op_registry_utils.py
##########
@@ -55,6 +57,11 @@ def _select_ops(operator_names, filters=("_contrib", "_"),
merge_op_forward_back
mx_operators = {}
operators_with_backward = []
+ # Filter out deprecated operators
Review comment:
Is there a "Deprecated" field in the operator metadata?
Because, listing operator by names is not scalable. Everytime we deprecate a
operator, we need to come here to add it which soon because un-maintained.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services