aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/tfprof
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-26 10:42:31 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-26 10:45:56 -0700
commita4476d5bfefb6605a42d77da4598d5a8125e638d (patch)
tree468b519245c797fda9bcbbbd9e832064b11e3663 /tensorflow/contrib/tfprof
parent1fa8b4247a15079cb60da74a3c86ed5eef7f1b93 (diff)
Switch tfprof to use proto3
PiperOrigin-RevId: 160163483
Diffstat (limited to 'tensorflow/contrib/tfprof')
-rw-r--r--tensorflow/contrib/tfprof/python/tools/tfprof/internal/print_model_analysis_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/tfprof/python/tools/tfprof/internal/print_model_analysis_test.py b/tensorflow/contrib/tfprof/python/tools/tfprof/internal/print_model_analysis_test.py
index 84a37e087b..9eaf74d7a1 100644
--- a/tensorflow/contrib/tfprof/python/tools/tfprof/internal/print_model_analysis_test.py
+++ b/tensorflow/contrib/tfprof/python/tools/tfprof/internal/print_model_analysis_test.py
@@ -77,6 +77,7 @@ class PrintModelAnalysisTest(test.TestCase):
opts.min_params = TEST_OPTIONS['min_params']
opts.min_float_ops = TEST_OPTIONS['min_float_ops']
opts.order_by = TEST_OPTIONS['order_by']
+ opts.step = -1
for p in TEST_OPTIONS['account_type_regexes']:
opts.account_type_regexes.append(p)
for p in TEST_OPTIONS['start_name_regexes']: