Fix a gemmlowp #include

PiperOrigin-RevId: 243837148
This commit is contained in:
Benoit Jacob 2019-04-16 10:46:03 -07:00 committed by TensorFlower Gardener
parent 973a82c5d5
commit b5d97a2590

View File

@ -15,10 +15,12 @@ limitations under the License.
#ifndef TENSORFLOW_LITE_KERNELS_INTERNAL_OPTIMIZED_INTEGER_OPS_CONV_H_
#define TENSORFLOW_LITE_KERNELS_INTERNAL_OPTIMIZED_INTEGER_OPS_CONV_H_
// This must be #included first because it is what defines GEMMLOWP_NEON
#include "public/gemmlowp.h"
#ifdef GEMMLOWP_NEON
#include "fixedpoint/fixedpoint.h"
#include "public/gemmlowp.h"
#include "public/map.h"
#include "tensorflow/lite/kernels/internal/common.h"
#include "tensorflow/lite/kernels/internal/optimized/im2col_utils.h"