Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702230075
  • Loading branch information
ai-edge-bot authored and copybara-github committed Dec 3, 2024
1 parent b878ebc commit 143d03f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions tflite/tools/evaluation/stages/image_classification_stage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ limitations under the License.
#include "tflite/tools/evaluation/stages/image_classification_stage.h"

#include <algorithm>
#include <cstddef>
#include <iterator>
#include <memory>
#include <string>
#include <vector>

#include "tensorflow/core/platform/logging.h"
#include "tflite/c/c_api_types.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ limitations under the License.
#include <ios>
#include <iterator>
#include <memory>
#include <streambuf>
#include <string>
#include <vector>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ limitations under the License.
==============================================================================*/
#include "tflite/tools/evaluation/stages/image_preprocessing_stage.h"

#include <memory>
#include <cstdint>
#include <string>

#include <gtest/gtest.h>
Expand Down
2 changes: 2 additions & 0 deletions tflite/tools/evaluation/stages/inference_profiler_stage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ limitations under the License.
#include "tflite/tools/evaluation/stages/inference_profiler_stage.h"

#include <cmath>
#include <cstddef>
#include <cstdint>
#include <limits>
#include <memory>
#include <random>
#include <vector>

#include "fp16.h" // from @FP16
#include "tensorflow/core/platform/logging.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ limitations under the License.

#include <stdint.h>

#include <string>

#include <gtest/gtest.h>
#include "tflite/core/c/common.h"
#include "tflite/tools/evaluation/proto/evaluation_config.pb.h"
Expand Down

0 comments on commit 143d03f

Please sign in to comment.