apeforest commented on a change in pull request #15226: [Opperf] Make
module/namespace of the operator parameterized
URL: https://github.com/apache/incubator-mxnet/pull/15226#discussion_r293615310
##########
File path: benchmark/opperf/opperf.py
##########
@@ -99,15 +99,15 @@ def _parse_mxnet_context(ctx):
# CLI Parser
# 1. GET USER INPUTS
- parser = argparse.ArgumentParser(
- description='Run all the MXNet operators (NDArray) benchmarks')
+ parser = argparse.ArgumentParser(description='Run all the MXNet operators
(NDArray) benchmarks')
Review comment:
Update the description here since you can also support types other than
NDArray operators now.
----------------------------------------------------------------
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