Skip to content

Commit

Permalink
Missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
shlmregev committed Feb 27, 2024
1 parent 30505f0 commit 7d17e93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tensorflow/lite/kernels/internal/runtime_shape.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2017 The TensorFlow Authors. All Rights Reserved.
/* Copyright 2023 The TensorFlow Authors. All Rights Reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand All @@ -13,9 +13,11 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/

#include "tensorflow/lite/kernels/internal/runtime_shape.h"

namespace tflite {

// Defining a constexpr static class member is necessary in C++11
constexpr int tflite::RuntimeShape::kMaxSmallSize;

}
} // namespace tflite

0 comments on commit 7d17e93

Please sign in to comment.