1// GENERATED FILE - DO NOT MODIFY
2#ifndef tensorflow_core_framework_types_proto_H_
3#define tensorflow_core_framework_types_proto_H_
4
5#include "tensorflow/core/framework/types.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// Enum text output for tensorflow.DataType
13const char* EnumName_DataType(
14 ::tensorflow::DataType value);
15
16// Message-text conversion for tensorflow.SerializedDType
17string ProtoDebugString(
18 const ::tensorflow::SerializedDType& msg);
19string ProtoShortDebugString(
20 const ::tensorflow::SerializedDType& msg);
21bool ProtoParseFromString(
22 const string& s,
23 ::tensorflow::SerializedDType* msg)
24 TF_MUST_USE_RESULT;
25
26} // namespace tensorflow
27
28#endif // tensorflow_core_framework_types_proto_H_
29