1// GENERATED FILE - DO NOT MODIFY
2#ifndef tensorflow_core_framework_resource_handle_proto_IMPL_H_
3#define tensorflow_core_framework_resource_handle_proto_IMPL_H_
4
5#include "tensorflow/core/framework/resource_handle.pb.h"
6#include "tensorflow/core/framework/resource_handle.pb_text.h"
7#include "tensorflow/core/framework/tensor_shape.pb.h"
8#include "tensorflow/core/framework/tensor_shape.pb_text-impl.h"
9#include "tensorflow/core/framework/types.pb.h"
10#include "tensorflow/core/framework/types.pb_text-impl.h"
11#include "tensorflow/core/lib/strings/proto_text_util.h"
12#include "tensorflow/core/lib/strings/scanner.h"
13
14namespace tensorflow {
15
16namespace internal {
17
18void AppendProtoDebugString(
19 ::tensorflow::strings::ProtoTextOutput* o,
20 const ::tensorflow::ResourceHandleProto_DtypeAndShape& msg);
21bool ProtoParseFromScanner(
22 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly,
23 ::tensorflow::ResourceHandleProto_DtypeAndShape* msg);
24
25void AppendProtoDebugString(
26 ::tensorflow::strings::ProtoTextOutput* o,
27 const ::tensorflow::ResourceHandleProto& msg);
28bool ProtoParseFromScanner(
29 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly,
30 ::tensorflow::ResourceHandleProto* msg);
31
32} // namespace internal
33
34} // namespace tensorflow
35
36#endif // tensorflow_core_framework_resource_handle_proto_IMPL_H_
37