Skip to content

Commit

Permalink
Add missing include in test_helper_custom_ops (#3009)
Browse files Browse the repository at this point in the history
BUG=add missing include.
  • Loading branch information
suleshahid authored Dec 13, 2024
1 parent a9c6e6a commit aa3f6f3
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 aa3f6f3

Please sign in to comment.