From f386693307fca2ef09ef7618d214f148c2944ff2 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Fri, 17 Nov 2017 16:53:39 -0800 Subject: Avoid a dependency between the interpreter and tensorflow PiperOrigin-RevId: 176179748 --- tensorflow/contrib/lite/interpreter.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'tensorflow/contrib/lite/interpreter.h') diff --git a/tensorflow/contrib/lite/interpreter.h b/tensorflow/contrib/lite/interpreter.h index 8bf60e91f7..65c61e44be 100644 --- a/tensorflow/contrib/lite/interpreter.h +++ b/tensorflow/contrib/lite/interpreter.h @@ -24,7 +24,6 @@ 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/core/platform/platform.h" namespace tflite { @@ -232,7 +231,6 @@ class Interpreter { // If you know that your sizes are not changing, you need not call this. // Returns status of success or failure. - // TODO(aselle): Madde TfLiteStatus AllocateTensors(); // Invoke the interpreter (run the whole graph in dependency order). -- cgit v1.2.3