We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc68d36 commit 12eee9bCopy full SHA for 12eee9b
tensorflow/lite/micro/kernels/pad.cc
@@ -20,6 +20,7 @@ limitations under the License.
20
#include "tensorflow/lite/kernels/kernel_util.h"
21
#include "tensorflow/lite/micro/kernels/kernel_util.h"
22
#include "tensorflow/lite/micro/kernels/pad.h"
23
+#include "tensorflow/lite/micro/micro_log.h"
24
25
namespace tflite {
26
namespace {
tensorflow/lite/micro/kernels/transpose.cc
@@ -18,6 +18,7 @@ limitations under the License.
18
19
#include "tensorflow/lite/micro/kernels/transpose.h"
0 commit comments