Include standard library headers as appropriate.
PiperOrigin-RevId: 247942631
This commit is contained in:
parent
faa0a736f5
commit
19872a69a9
@ -17,6 +17,7 @@ limitations under the License.
|
|||||||
#define TENSORFLOW_LITE_EXAMPLES_LABEL_IMAGE_GET_TOP_N_IMPL_H_
|
#define TENSORFLOW_LITE_EXAMPLES_LABEL_IMAGE_GET_TOP_N_IMPL_H_
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <functional>
|
||||||
#include <queue>
|
#include <queue>
|
||||||
|
|
||||||
namespace tflite {
|
namespace tflite {
|
||||||
|
@ -17,6 +17,7 @@ limitations under the License.
|
|||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
#include <initializer_list>
|
||||||
|
|
||||||
#include "tensorflow/lite/kernels/internal/compatibility.h"
|
#include "tensorflow/lite/kernels/internal/compatibility.h"
|
||||||
|
|
||||||
|
@ -15,7 +15,9 @@ limitations under the License.
|
|||||||
#ifndef TENSORFLOW_LITE_MUTABLE_OP_RESOLVER_H_
|
#ifndef TENSORFLOW_LITE_MUTABLE_OP_RESOLVER_H_
|
||||||
#define TENSORFLOW_LITE_MUTABLE_OP_RESOLVER_H_
|
#define TENSORFLOW_LITE_MUTABLE_OP_RESOLVER_H_
|
||||||
|
|
||||||
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
||||||
#include "tensorflow/lite/core/api/op_resolver.h"
|
#include "tensorflow/lite/core/api/op_resolver.h"
|
||||||
#include "tensorflow/lite/util.h"
|
#include "tensorflow/lite/util.h"
|
||||||
|
|
||||||
|
@ -17,6 +17,7 @@ limitations under the License.
|
|||||||
#define TENSORFLOW_LITE_SCHEMA_BUILTIN_OPS_HEADER_GENERATOR_H_
|
#define TENSORFLOW_LITE_SCHEMA_BUILTIN_OPS_HEADER_GENERATOR_H_
|
||||||
|
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace tflite {
|
namespace tflite {
|
||||||
namespace builtin_ops_header {
|
namespace builtin_ops_header {
|
||||||
|
@ -18,6 +18,7 @@ limitations under the License.
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
#include <utility>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "tensorflow/lite/tools/benchmark/logging.h"
|
#include "tensorflow/lite/tools/benchmark/logging.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user