xref: /aosp_15_r20/external/tensorflow/tensorflow/core/framework/tensor.pb_text-impl.h (revision b6fb3261f9314811a0f4371741dbb8839866f948)
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_text-impl.h"
6 #include "tensorflow/core/framework/resource_handle.pb.h"
7 #include "tensorflow/core/framework/tensor.pb_text.h"
8 #include "tensorflow/core/framework/tensor.pb.h"
9 #include "tensorflow/core/framework/tensor_shape.pb_text-impl.h"
10 #include "tensorflow/core/framework/tensor_shape.pb.h"
11 #include "tensorflow/core/framework/types.pb_text-impl.h"
12 #include "tensorflow/core/framework/types.pb.h"
13 #include "tensorflow/core/lib/strings/proto_text_util.h"
14 #include "tensorflow/core/lib/strings/scanner.h"
15 
16 namespace tensorflow {
17 
18 namespace internal {
19 
20 void AppendProtoDebugString(
21     ::tensorflow::strings::ProtoTextOutput* o,
22     const ::tensorflow::TensorProto& msg);
23 bool ProtoParseFromScanner(
24     ::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly,
25     ::tensorflow::TensorProto* msg);
26 
27 void AppendProtoDebugString(
28     ::tensorflow::strings::ProtoTextOutput* o,
29     const ::tensorflow::VariantTensorDataProto& msg);
30 bool 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_