1// GENERATED FILE - DO NOT MODIFY
2#ifndef tensorflow_core_framework_types_proto_IMPL_H_
3#define tensorflow_core_framework_types_proto_IMPL_H_
4
5#include "tensorflow/core/framework/types.pb.h"
6#include "tensorflow/core/framework/types.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::SerializedDType& msg);
17bool ProtoParseFromScanner(
18 ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly,
19 ::tensorflow::SerializedDType* msg);
20
21} // namespace internal
22
23} // namespace tensorflow
24
25#endif // tensorflow_core_framework_types_proto_IMPL_H_
26