We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd1dd3 commit 2baa918Copy full SHA for 2baa918
tensorflow/lite/kernels/internal/common.h
@@ -18,6 +18,7 @@ limitations under the License.
18
#include <algorithm>
19
#include <cstddef>
20
#include <cstdint>
21
+#include <type_traits>
22
23
#include "tensorflow/lite/kernels/internal/runtime_shape.h"
24
#ifndef ALLOW_SLOW_GENERIC_DEPTHWISECONV_FALLBACK
tensorflow/lite/kernels/internal/types.h
@@ -19,6 +19,7 @@ limitations under the License.
#include <cstring>
#include <initializer_list>
#include "tensorflow/lite/kernels/internal/compatibility.h"
25
0 commit comments