aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/g3doc/cmdline_reference.md
diff options
context:
space:
mode:
authorGravatar Nupur Garg <nupurgarg@google.com>2018-06-05 16:15:55 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-05 16:18:44 -0700
commit677c83e6ba6fdc4d23f8c26bfc84209be4371631 (patch)
treeaa65dc1d924c64aee092698b47af55c7a1b581fa /tensorflow/contrib/lite/toco/g3doc/cmdline_reference.md
parentece5f512538f66b69db52b8a5b6f9669ae10a3d9 (diff)
Updates Python TOCO command line and TOCO documentation.
PiperOrigin-RevId: 199375811
Diffstat (limited to 'tensorflow/contrib/lite/toco/g3doc/cmdline_reference.md')
-rw-r--r--tensorflow/contrib/lite/toco/g3doc/cmdline_reference.md10
1 files changed, 0 insertions, 10 deletions
diff --git a/tensorflow/contrib/lite/toco/g3doc/cmdline_reference.md b/tensorflow/contrib/lite/toco/g3doc/cmdline_reference.md
index a8381169b8..8085ae0748 100644
--- a/tensorflow/contrib/lite/toco/g3doc/cmdline_reference.md
+++ b/tensorflow/contrib/lite/toco/g3doc/cmdline_reference.md
@@ -209,16 +209,6 @@ have.
## Logging flags
-The following are standard Google logging flags:
-
-* `--logtostderr` redirects Google logging to standard error, typically making
- it visible in a terminal.
-* `--v` sets verbose logging levels (for debugging purposes). Defined levels:
- * `--v=1`: log all graph transformations that did make a change on the
- graph.
- * `--v=2`: log all graph transformations that did *not* make a change on
- the graph.
-
The following flags allow to generate graph visualizations of the actual graph
at various points during transformations: