Fix a gemmlowp #include
PiperOrigin-RevId: 243837148
This commit is contained in:
parent
973a82c5d5
commit
b5d97a2590
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user