From b5d15d7098043db4b6ac3d4b7bfa48ad77d588eb Mon Sep 17 00:00:00 2001 From: TFLM-bot Date: Wed, 28 Feb 2024 14:02:45 +0000 Subject: [PATCH] Sync from upstream TF. --- .../lite/kernels/internal/runtime_shape.cc | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 tensorflow/lite/kernels/internal/runtime_shape.cc diff --git a/tensorflow/lite/kernels/internal/runtime_shape.cc b/tensorflow/lite/kernels/internal/runtime_shape.cc deleted file mode 100644 index dd12278605e..00000000000 --- a/tensorflow/lite/kernels/internal/runtime_shape.cc +++ /dev/null @@ -1,23 +0,0 @@ -/* 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. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -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