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