Skip to content

Commit

Permalink
fix missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
suleshahid committed Dec 13, 2024
1 parent c497964 commit 16160f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/lite/micro/test_helper_custom_ops.cc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ limitations under the License.
#include "tensorflow/lite/kernels/internal/tensor_ctypes.h"
#include "tensorflow/lite/kernels/kernel_util.h"
#include "tensorflow/lite/micro/kernels/kernel_util.h"
#include "tensorflow/lite/micro/micro_log.h"
#include "tensorflow/lite/micro/micro_utils.h"
#include "tensorflow/lite/schema/schema_generated.h"

Expand Down

0 comments on commit 16160f9

Please sign in to comment.