Fix wrong includes for tensorflow-lite for ios
This commit is contained in:
parent
5af0632386
commit
3edf8b1b5e
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user