Skip to content

Commit

Permalink
Merge branch 'main' into update-tflite-to-litert
Browse files Browse the repository at this point in the history
  • Loading branch information
rascani authored Sep 26, 2024
2 parents 420e0b7 + 68d83a6 commit f9b0f5f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tensorflow/lite/kernels/internal/reference/comparisons.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ limitations under the License.

#include "tensorflow/lite/kernels/internal/reference/comparisons.h"

#include "tensorflow/lite/kernels/internal/common.h"
#include "tensorflow/lite/kernels/internal/compatibility.h"
#include "tensorflow/lite/kernels/internal/runtime_shape.h"

namespace tflite {
namespace reference_ops {

Expand Down
2 changes: 2 additions & 0 deletions tensorflow/lite/kernels/internal/reference/comparisons.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ limitations under the License.
#define TENSORFLOW_LITE_KERNELS_INTERNAL_REFERENCE_COMPARISONS_H_

#include "tensorflow/lite/core/c/common.h"
#include "tensorflow/lite/core/macros.h"
#include "tensorflow/lite/kernels/internal/common.h"
#include "tensorflow/lite/kernels/internal/runtime_shape.h"
#include "tensorflow/lite/kernels/internal/types.h"

namespace tflite {
Expand Down

0 comments on commit f9b0f5f

Please sign in to comment.