aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/toco/toco_flags.proto
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-26 14:16:37 -0700
committerGravatar Gunhan Gulsoy <gunan@google.com>2018-06-28 21:37:43 -0700
commit110ddc2103d7c86084ff52994998575113862542 (patch)
tree503f944630e7ea4d2cd9ca5fbca4621c7f555db6 /tensorflow/contrib/lite/toco/toco_flags.proto
parent92221c68cdcf27607969089e5b6c06fdeeae8ae8 (diff)
Un-fused quantized Babelfish LSTM cell support in TFLite
including support for shuffled-weights fully-connected op. PiperOrigin-RevId: 202192299
Diffstat (limited to 'tensorflow/contrib/lite/toco/toco_flags.proto')
-rw-r--r--tensorflow/contrib/lite/toco/toco_flags.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/toco/toco_flags.proto b/tensorflow/contrib/lite/toco/toco_flags.proto
index ad4e94ded9..b4a9870d58 100644
--- a/tensorflow/contrib/lite/toco/toco_flags.proto
+++ b/tensorflow/contrib/lite/toco/toco_flags.proto
@@ -37,7 +37,7 @@ enum FileFormat {
// of as properties of models, instead describing how models are to be
// processed in the context of the present tooling job.
//
-// Next ID to use: 21.
+// Next ID to use: 26.
message TocoFlags {
// Input file format
optional FileFormat input_format = 1;