Add missing includes.

PiperOrigin-RevId: 252505140
This commit is contained in:
A. Unique TensorFlower 2019-06-10 16:04:23 -07:00 committed by TensorFlower Gardener
parent ed0134474a
commit a61d342d90
6 changed files with 9 additions and 0 deletions

View File

@ -23,6 +23,8 @@ limitations under the License.
#ifndef TENSORFLOW_COMPILER_XRT_CLIENT_XRT_GRPC_EAGER_CLIENT_H_
#define TENSORFLOW_COMPILER_XRT_CLIENT_XRT_GRPC_EAGER_CLIENT_H_
#include <unordered_map>
#include "grpcpp/generic/generic_stub.h"
#include "absl/synchronization/notification.h"
#include "tensorflow/compiler/xla/statusor.h"

View File

@ -16,6 +16,7 @@ limitations under the License.
#include "tensorflow/core/framework/attr_value_util.h"
#include <string>
#include <unordered_map>
#include <vector>
#include "absl/strings/escaping.h"

View File

@ -13,6 +13,9 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
#include "tensorflow/core/framework/common_shape_fns.h"
#include <unordered_set>
#include "tensorflow/core/framework/attr_value.pb.h"
#include "tensorflow/core/lib/core/errors.h"

View File

@ -17,6 +17,7 @@ limitations under the License.
#define TENSORFLOW_CORE_PLATFORM_CLOUD_GCS_FILE_SYSTEM_H_
#include <string>
#include <unordered_set>
#include <utility>
#include <vector>

View File

@ -17,6 +17,7 @@ limitations under the License.
#define TENSORFLOW_CORE_UTIL_EXAMPLE_PROTO_HELPER_H_
#include <string>
#include <unordered_set>
#include <vector>
#include "tensorflow/core/example/example.pb.h"

View File

@ -17,6 +17,7 @@ limitations under the License.
#define TENSORFLOW_LITE_TOOLS_ACCURACY_ILSVRC_IMAGENET_MODEL_EVALUATOR_H_
#include <string>
#include <unordered_map>
#include <vector>
#include "tensorflow/lite/c/c_api_internal.h"