File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
tensorflow/lite/kernels/internal/reference Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ limitations under the License.
15
15
16
16
#include " tensorflow/lite/kernels/internal/reference/comparisons.h"
17
17
18
+ #include " tensorflow/lite/kernels/internal/common.h"
19
+ #include " tensorflow/lite/kernels/internal/compatibility.h"
20
+ #include " tensorflow/lite/kernels/internal/runtime_shape.h"
21
+
18
22
namespace tflite {
19
23
namespace reference_ops {
20
24
Original file line number Diff line number Diff line change @@ -16,7 +16,9 @@ limitations under the License.
16
16
#define TENSORFLOW_LITE_KERNELS_INTERNAL_REFERENCE_COMPARISONS_H_
17
17
18
18
#include " tensorflow/lite/core/c/common.h"
19
+ #include " tensorflow/lite/core/macros.h"
19
20
#include " tensorflow/lite/kernels/internal/common.h"
21
+ #include " tensorflow/lite/kernels/internal/runtime_shape.h"
20
22
#include " tensorflow/lite/kernels/internal/types.h"
21
23
22
24
namespace tflite {
You can’t perform that action at this time.
0 commit comments