Add a collect_trace option to run_op_benchmark for cases when callers just want
authorAnna R <annarev@google.com>
Thu, 3 May 2018 00:41:26 +0000 (17:41 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 3 May 2018 00:44:23 +0000 (17:44 -0700)
commit7833890a0da5226e4c409b1020155f1718c0edb2
tree2fcf1ab9d70f4cf9fe4f956f02815301a1413af3
parenta1ef905926d12b0362c0dcf6d669e1c3d2ffcf70
Add a collect_trace option to run_op_benchmark for cases when callers just want
to pass RunOptions.FULL_TRACE but don't want to store trace in extras.

PiperOrigin-RevId: 195181533
tensorflow/python/kernel_tests/benchmark_test.py
tensorflow/python/platform/benchmark.py