Include standard library headers as appropriate.

PiperOrigin-RevId: 247942631
This commit is contained in:
A. Unique TensorFlower 2019-05-13 08:48:18 -07:00 committed by TensorFlower Gardener
parent faa0a736f5
commit 19872a69a9
5 changed files with 6 additions and 0 deletions

View File

@ -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 {

View File

@ -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"

View File

@ -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"

View File

@ -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 {

View File

@ -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"