1 parent 2e5bc30 commit 2733d24Copy full SHA for 2733d24
1 file changed
tensorflow/python/platform/benchmark.py
@@ -169,8 +169,8 @@ def report_benchmark(
169
170
Args:
171
iters: (optional) How many iterations were run
172
- cpu_time: (optional) Total cpu time in seconds
173
- wall_time: (optional) Total wall time in seconds
+ cpu_time: (optional) median or mean cpu time in seconds.
+ wall_time: (optional) median or mean wall time in seconds.
174
throughput: (optional) Throughput (in MB/s)
175
extras: (optional) Dict mapping string keys to additional benchmark info.
176
Values may be either floats or values that are convertible to strings.
0 commit comments