aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/tfprof/internal/tfprof_graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/tfprof/internal/tfprof_graph.h')
-rw-r--r--tensorflow/tools/tfprof/internal/tfprof_graph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/tools/tfprof/internal/tfprof_graph.h b/tensorflow/tools/tfprof/internal/tfprof_graph.h
index 194a21f0cc..fbeae8673d 100644
--- a/tensorflow/tools/tfprof/internal/tfprof_graph.h
+++ b/tensorflow/tools/tfprof/internal/tfprof_graph.h
@@ -54,8 +54,8 @@ class TFGraph : public TFShow {
const ShowNode* ShowInternal(const Options& opts,
Timeline* timeline) override;
- bool ShouldShowIfExtra(const ShowNode* node, const Options& opts,
- int depth) const override {
+ bool ShouldShowIfExtra(ShowNode* node, const Options& opts,
+ int depth) override {
return true;
}