Skip to content

Commit 12eee9b

Browse files
authored
add deps (#3093)
1 parent bc68d36 commit 12eee9b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tensorflow/lite/micro/kernels/pad.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ limitations under the License.
2020
#include "tensorflow/lite/kernels/kernel_util.h"
2121
#include "tensorflow/lite/micro/kernels/kernel_util.h"
2222
#include "tensorflow/lite/micro/kernels/pad.h"
23+
#include "tensorflow/lite/micro/micro_log.h"
2324

2425
namespace tflite {
2526
namespace {

tensorflow/lite/micro/kernels/transpose.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
#include "tensorflow/lite/kernels/kernel_util.h"
1919
#include "tensorflow/lite/micro/kernels/kernel_util.h"
2020
#include "tensorflow/lite/micro/kernels/transpose.h"
21+
#include "tensorflow/lite/micro/micro_log.h"
2122

2223
namespace tflite {
2324
namespace {

0 commit comments

Comments
 (0)