1// GENERATED FILE - DO NOT MODIFY
2#ifndef tensorflow_core_framework_tensor_shape_proto_IMPL_H_
3#define tensorflow_core_framework_tensor_shape_proto_IMPL_H_
4
5#include "tensorflow/core/framework/tensor_shape.pb.h"
6#include "tensorflow/core/framework/tensor_shape.pb_text.h"
7#include "tensorflow/core/lib/strings/proto_text_util.h"
8#include "tensorflow/core/lib/strings/scanner.h"
9
10namespace tensorflow {
11
12namespace internal {
13
14void AppendProtoDebugString(
15 ::tensorflow::strings::ProtoTextOutput* o,
16 const ::tensorflow::TensorShapeProto_Dim& msg);
17bool ProtoParseFromScanner(
18 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly,
19 ::tensorflow::TensorShapeProto_Dim* msg);
20
21void AppendProtoDebugString(
22 ::tensorflow::strings::ProtoTextOutput* o,
23 const ::tensorflow::TensorShapeProto& msg);
24bool ProtoParseFromScanner(
25 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly,
26 ::tensorflow::TensorShapeProto* msg);
27
28} // namespace internal
29
30} // namespace tensorflow
31
32#endif // tensorflow_core_framework_tensor_shape_proto_IMPL_H_
33