Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 706662854
  • Loading branch information
ai-edge-bot authored and copybara-github committed Dec 16, 2024
1 parent c16e477 commit 987c536
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tflite/tools/signature/signature_def_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ limitations under the License.
==============================================================================*/
#include "tflite/tools/signature/signature_def_util.h"

#include <cstddef>
#include <cstdint>
#include <map>
#include <memory>
#include <string>
Expand Down
2 changes: 2 additions & 0 deletions tflite/tools/signature/signature_def_util.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ limitations under the License.
#ifndef TENSORFLOW_LITE_TOOLS_SIGNATURE_SIGNATURE_DEF_UTIL_H_
#define TENSORFLOW_LITE_TOOLS_SIGNATURE_SIGNATURE_DEF_UTIL_H_

#include <map>
#include <string>

#include "absl/status/status.h"
#include "tensorflow/core/lib/core/status.h"
#include "tensorflow/core/platform/status.h"
#include "tensorflow/core/protobuf/meta_graph.pb.h"
Expand Down
4 changes: 4 additions & 0 deletions tflite/tools/signature/signature_def_util_wrapper_pybind11.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ 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 <cstdint>
#include <map>
#include <stdexcept>
#include <string>
#include <vector>

#include "absl/status/status.h"
#include "pybind11/pybind11.h" // from @pybind11
Expand Down

0 comments on commit 987c536

Please sign in to comment.