sandeep-krishnamurthy commented on a change in pull request #14977: Add an
utility for operator benchmarks
URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r287533365
##########
File path: benchmark/opperf/tensor_operations/binary_broadcast_operators.py
##########
@@ -62,6 +62,9 @@ def run_mx_binary_operators_benchmarks(ctx=mx.cpu(),
dtype='float32', warmup=10,
warmup=warmup, runs=runs)
mx_binary_op_results += cur_op_res
- # Prepare combined results for Arithmetic operators
+ # Prepare combined results for Binary Broadcast operators
mx_binary_op_results = merge_map_list(mx_binary_op_results)
return mx_binary_op_results
+
+
+print(run_mx_binary_broadcast_operators_benchmarks())
Review comment:
Yes. It should all be logging. I had put it as todo. Working on it:
1. logging
2. Type hints for user facing APIs
----------------------------------------------------------------
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