Update ios_image_load.h

tabs got replaced with spaces
This commit is contained in:
Siju 2019-03-14 18:42:30 +05:30 committed by GitHub
parent 66df637441
commit 68ee731e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,8 +20,8 @@
#include "third_party/tensorflow/core/framework/types.h" #include "third_party/tensorflow/core/framework/types.h"
std::vector<tensorflow::uint8> LoadImageFromFile(const char* file_name, std::vector<tensorflow::uint8> LoadImageFromFile(const char* file_name,
int* out_width, int* out_width,
int* out_height, int* out_height,
int* out_channels); int* out_channels);
#endif // TENSORFLOW_EXAMPLES_IOS_CAMERA_IOS_IMAGE_LOAD_H_ #endif // TENSORFLOW_EXAMPLES_IOS_CAMERA_IOS_IMAGE_LOAD_H_