1// GENERATED FILE - DO NOT MODIFY
2#ifndef tensorflow_core_framework_attr_value_proto_H_
3#define tensorflow_core_framework_attr_value_proto_H_
4
5#include "tensorflow/core/framework/attr_value.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.AttrValue.ListValue
13string ProtoDebugString(
14 const ::tensorflow::AttrValue_ListValue& msg);
15string ProtoShortDebugString(
16 const ::tensorflow::AttrValue_ListValue& msg);
17bool ProtoParseFromString(
18 const string& s,
19 ::tensorflow::AttrValue_ListValue* msg)
20 TF_MUST_USE_RESULT;
21
22// Message-text conversion for tensorflow.AttrValue
23string ProtoDebugString(
24 const ::tensorflow::AttrValue& msg);
25string ProtoShortDebugString(
26 const ::tensorflow::AttrValue& msg);
27bool ProtoParseFromString(
28 const string& s,
29 ::tensorflow::AttrValue* msg)
30 TF_MUST_USE_RESULT;
31
32// Message-text conversion for tensorflow.NameAttrList
33string ProtoDebugString(
34 const ::tensorflow::NameAttrList& msg);
35string ProtoShortDebugString(
36 const ::tensorflow::NameAttrList& msg);
37bool ProtoParseFromString(
38 const string& s,
39 ::tensorflow::NameAttrList* msg)
40 TF_MUST_USE_RESULT;
41
42} // namespace tensorflow
43
44#endif // tensorflow_core_framework_attr_value_proto_H_
45