aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tools/tfprof/tfprof_output.proto
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/tools/tfprof/tfprof_output.proto')
-rw-r--r--tensorflow/tools/tfprof/tfprof_output.proto8
1 files changed, 0 insertions, 8 deletions
diff --git a/tensorflow/tools/tfprof/tfprof_output.proto b/tensorflow/tools/tfprof/tfprof_output.proto
index abf141f1e7..7206c6f956 100644
--- a/tensorflow/tools/tfprof/tfprof_output.proto
+++ b/tensorflow/tools/tfprof/tfprof_output.proto
@@ -102,11 +102,3 @@ message TFMultiGraphNodeProto {
// structure used.
repeated TFMultiGraphNodeProto children = 11;
}
-
-message AdviceProto {
- // checker name -> a list of reports from the checker.
- map<string, Checker> checkers = 1;
- message Checker {
- repeated string reports = 2;
- }
-}