Fix wrong includes for tensorflow-lite for ios

This commit is contained in:
Lukas Folle 2019-08-10 13:27:10 +02:00
parent 5af0632386
commit 3edf8b1b5e
5 changed files with 7 additions and 7 deletions

View File

@ -17,7 +17,7 @@
#include <vector>
#include "third_party/tensorflow/core/framework/types.h"
#include "tensorflow/core/framework/types.h"
std::vector<tensorflow::uint8> LoadImageFromFile(const char* file_name,
int* out_width,

View File

@ -16,8 +16,8 @@
#import <UIKit/UIKit.h>
#include <memory>
#include "third_party/tensorflow/core/public/session.h"
#include "third_party/tensorflow/core/util/memmapped_file_system.h"
#include "tensorflow/core/public/session.h"
#include "tensorflow/core/util/memmapped_file_system.h"
@interface CameraExampleViewController
: UIViewController<UIGestureRecognizerDelegate,

View File

@ -17,7 +17,7 @@
#include <vector>
#include "third_party/tensorflow/core/framework/types.h"
#include "tensorflow/core/framework/types.h"
std::vector<tensorflow::uint8> LoadImageFromFile(const char* file_name,
int* out_width,

View File

@ -18,8 +18,8 @@
#include <memory>
#include <vector>
#include "third_party/tensorflow/core/public/session.h"
#include "third_party/tensorflow/core/util/memmapped_file_system.h"
#include "tensorflow/core/public/session.h"
#include "tensorflow/core/util/memmapped_file_system.h"
#include "third_party/eigen3/unsupported/Eigen/CXX11/Tensor"
// Reads a serialized GraphDef protobuf file from the bundle, typically

View File

@ -17,7 +17,7 @@
#include <vector>
#include "third_party/tensorflow/core/framework/types.h"
#include "tensorflow/core/framework/types.h"
std::vector<tensorflow::uint8> LoadImageFromFile(const char* file_name,
int* out_width,