larroy commented on a change in pull request #14977: Add an utility for 
operator benchmarks
URL: https://github.com/apache/incubator-mxnet/pull/14977#discussion_r287495914
 
 

 ##########
 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:
   If this is a module and not an executable, should we use logging instead of 
print? 

----------------------------------------------------------------
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

Reply via email to