xref: /aosp_15_r20/external/tensorflow/tensorflow/core/framework/attr_value.pb_text.h (revision b6fb3261f9314811a0f4371741dbb8839866f948)
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 
10 namespace tensorflow {
11 
12 // Message-text conversion for tensorflow.AttrValue.ListValue
13 string ProtoDebugString(
14     const ::tensorflow::AttrValue_ListValue& msg);
15 string ProtoShortDebugString(
16     const ::tensorflow::AttrValue_ListValue& msg);
17 bool ProtoParseFromString(
18     const string& s,
19     ::tensorflow::AttrValue_ListValue* msg)
20         TF_MUST_USE_RESULT;
21 
22 // Message-text conversion for tensorflow.AttrValue
23 string ProtoDebugString(
24     const ::tensorflow::AttrValue& msg);
25 string ProtoShortDebugString(
26     const ::tensorflow::AttrValue& msg);
27 bool ProtoParseFromString(
28     const string& s,
29     ::tensorflow::AttrValue* msg)
30         TF_MUST_USE_RESULT;
31 
32 // Message-text conversion for tensorflow.NameAttrList
33 string ProtoDebugString(
34     const ::tensorflow::NameAttrList& msg);
35 string ProtoShortDebugString(
36     const ::tensorflow::NameAttrList& msg);
37 bool 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_