aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/allocation.h
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2018-07-11 16:26:38 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-11 16:37:28 -0700
commit4d04403a3d84959a354aeda4338511aaad714cda (patch)
treedce9d6fab08efd686d42a54ede5be8cd3bde7b34 /tensorflow/contrib/lite/allocation.h
parent72e0e3d383321d160c5ae7bffcf66bed726d8a62 (diff)
[tflite] Add macro registration for type string to typeToTfLiteType.
PiperOrigin-RevId: 204210338
Diffstat (limited to 'tensorflow/contrib/lite/allocation.h')
-rw-r--r--tensorflow/contrib/lite/allocation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/lite/allocation.h b/tensorflow/contrib/lite/allocation.h
index 68aee2e644..827ea86503 100644
--- a/tensorflow/contrib/lite/allocation.h
+++ b/tensorflow/contrib/lite/allocation.h
@@ -23,6 +23,7 @@ limitations under the License.
#include "tensorflow/contrib/lite/context.h"
#include "tensorflow/contrib/lite/error_reporter.h"
#include "tensorflow/contrib/lite/simple_memory_arena.h"
+#include "tensorflow/contrib/lite/string.h"
namespace tflite {