1 // GENERATED FILE - DO NOT MODIFY 2 #ifndef tensorflow_core_framework_tensor_proto_H_ 3 #define tensorflow_core_framework_tensor_proto_H_ 4 5 #include "tensorflow/core/framework/tensor.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.TensorProto 13 string ProtoDebugString( 14 const ::tensorflow::TensorProto& msg); 15 string ProtoShortDebugString( 16 const ::tensorflow::TensorProto& msg); 17 bool ProtoParseFromString( 18 const string& s, 19 ::tensorflow::TensorProto* msg) 20 TF_MUST_USE_RESULT; 21 22 // Message-text conversion for tensorflow.VariantTensorDataProto 23 string ProtoDebugString( 24 const ::tensorflow::VariantTensorDataProto& msg); 25 string ProtoShortDebugString( 26 const ::tensorflow::VariantTensorDataProto& msg); 27 bool ProtoParseFromString( 28 const string& s, 29 ::tensorflow::VariantTensorDataProto* msg) 30 TF_MUST_USE_RESULT; 31 32 } // namespace tensorflow 33 34 #endif // tensorflow_core_framework_tensor_proto_H_