Skip to content

Commit 2baa918

Browse files
authored
Automated sync from github.com/tensorflow/tensorflow (#3010)
BUG=automated sync from upstream NO_CHECK_TFLITE_FILES=automated sync from upstream
1 parent 3bd1dd3 commit 2baa918

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tensorflow/lite/kernels/internal/common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
#include <algorithm>
1919
#include <cstddef>
2020
#include <cstdint>
21+
#include <type_traits>
2122

2223
#include "tensorflow/lite/kernels/internal/runtime_shape.h"
2324
#ifndef ALLOW_SLOW_GENERIC_DEPTHWISECONV_FALLBACK

tensorflow/lite/kernels/internal/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ limitations under the License.
1919
#include <cstdint>
2020
#include <cstring>
2121
#include <initializer_list>
22+
#include <type_traits>
2223

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

0 commit comments

Comments
 (0)