Skip to content

Commit

Permalink
Reorder imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaydas82 committed Jul 14, 2023
1 parent ba5b021 commit b68323d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ limitations under the License.

#include "tensorflow/lite/c/c_api_types.h"
#include "tensorflow/lite/c/common.h"
#include "tensorflow/lite/schema/schema_generated.h"
#include "tensorflow/lite/micro/micro_log.h"
#include "tensorflow/lite/micro/micro_mutable_op_resolver.h"
#include "tensorflow/lite/micro/micro_op_resolver.h"
Expand All @@ -29,6 +28,7 @@ limitations under the License.
#include "tensorflow/lite/micro/tools/benchmarking/log_utils.h"
#include "tensorflow/lite/micro/tools/benchmarking/metrics.h"
#include "tensorflow/lite/micro/tools/benchmarking/op_resolver.h"
#include "tensorflow/lite/schema/schema_generated.h"

/*
* Generic model benchmark. Evaluates runtime performance of a provided model
Expand Down

0 comments on commit b68323d

Please sign in to comment.