1// GENERATED FILE - DO NOT MODIFY
2#ifndef tensorflow_core_framework_resource_handle_proto_H_
3#define tensorflow_core_framework_resource_handle_proto_H_
4
5#include "tensorflow/core/framework/resource_handle.pb.h"
6#include "tensorflow/core/platform/macros.h"
7#include "tensorflow/core/platform/protobuf.h"
8#include "tensorflow/core/platform/types.h"
9
10namespace tensorflow {
11
12// Message-text conversion for tensorflow.ResourceHandleProto.DtypeAndShape
13string ProtoDebugString(
14 const ::tensorflow::ResourceHandleProto_DtypeAndShape& msg);
15string ProtoShortDebugString(
16 const ::tensorflow::ResourceHandleProto_DtypeAndShape& msg);
17bool ProtoParseFromString(
18 const string& s,
19 ::tensorflow::ResourceHandleProto_DtypeAndShape* msg)
20 TF_MUST_USE_RESULT;
21
22// Message-text conversion for tensorflow.ResourceHandleProto
23string ProtoDebugString(
24 const ::tensorflow::ResourceHandleProto& msg);
25string ProtoShortDebugString(
26 const ::tensorflow::ResourceHandleProto& msg);
27bool ProtoParseFromString(
28 const string& s,
29 ::tensorflow::ResourceHandleProto* msg)
30 TF_MUST_USE_RESULT;
31
32} // namespace tensorflow
33
34#endif // tensorflow_core_framework_resource_handle_proto_H_
35