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

Commit

Permalink
Added newline at end of file for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
connorgoggins committed Feb 4, 2020
1 parent 5eab164 commit 689cff0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmark/opperf/nd_operations/nn_activation_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ def run_activation_operators_benchmarks(ctx=mx.cpu(), dtype='float32', profiler=

# Run benchmarks
mx_activation_op_results = run_op_benchmarks(mx_activation_ops, dtype, ctx, profiler, warmup, runs)
return mx_activation_op_results
return mx_activation_op_results

0 comments on commit 689cff0

Please sign in to comment.