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