Add boolean type to tflite in favor of comparison implementations.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 13 Apr 2018 02:52:18 +0000 (19:52 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 13 Apr 2018 02:54:58 +0000 (19:54 -0700)
commit3c9870524b86fe7e3cff5a49daa692cd52e7f0c4
tree670d4512bf9ef3df932eda5eb383033bc2d0dd4a
parent4f615adc1d7875f9fbe592619dc6b0f31cc7fd9e
Add boolean type to tflite in favor of comparison implementations.

PiperOrigin-RevId: 192711203
12 files changed:
tensorflow/contrib/lite/context.h
tensorflow/contrib/lite/interpreter.cc
tensorflow/contrib/lite/interpreter.h
tensorflow/contrib/lite/kernels/internal/tensor.h
tensorflow/contrib/lite/model.cc
tensorflow/contrib/lite/optional_debug_tools.cc
tensorflow/contrib/lite/python/interpreter_wrapper/interpreter_wrapper.cc
tensorflow/contrib/lite/schema/schema.fbs
tensorflow/contrib/lite/schema/schema_generated.h
tensorflow/contrib/lite/testing/split.h
tensorflow/contrib/lite/testing/split_test.cc
tensorflow/contrib/lite/testing/tflite_driver.cc