[TFLRT] Reorganize tf_runtime directory.

PiperOrigin-RevId: 290193702
Change-Id: I6d7b8895d660d9d59d81ecb50f58e3e4da40c25f
This commit is contained in:
A. Unique TensorFlower 2020-01-16 19:29:13 -08:00 committed by TensorFlower Gardener
parent 6b525249b8
commit db8a74a737

View File

@ -24,8 +24,8 @@ limitations under the License.
// Import the relevant interpreter and model files.
#if TFLITE_EXPERIMENTAL_RUNTIME
#include "tensorflow/lite/experimental/tf_runtime/lib/model.h"
#include "tensorflow/lite/experimental/tf_runtime/public/interpreter.h"
#include "tensorflow/lite/experimental/tf_runtime/interpreter.h"
#include "tensorflow/lite/experimental/tf_runtime/model.h"
#else
#include "tensorflow/lite/interpreter.h"
#include "tensorflow/lite/model.h"