blob: 0813a0b30ea97708500bf25152f3b0fc18b886e2 [file] [log] [blame]
// GENERATED FILE - DO NOT MODIFY
#ifndef tensorflow_core_framework_tensor_shape_proto_IMPL_H_
#define tensorflow_core_framework_tensor_shape_proto_IMPL_H_
#include "tensorflow/core/framework/tensor_shape.pb_text.h"
#include "tensorflow/core/framework/tensor_shape.pb.h"
#include "tensorflow/core/lib/strings/proto_text_util.h"
#include "tensorflow/core/lib/strings/scanner.h"
namespace tensorflow {
namespace internal {
void AppendProtoDebugString(
::tensorflow::strings::ProtoTextOutput* o,
const ::tensorflow::TensorShapeProto_Dim& msg);
bool ProtoParseFromScanner(
::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly,
::tensorflow::TensorShapeProto_Dim* msg);
void AppendProtoDebugString(
::tensorflow::strings::ProtoTextOutput* o,
const ::tensorflow::TensorShapeProto& msg);
bool ProtoParseFromScanner(
::tensorflow::strings::Scanner* scanner, bool nested, bool close_curly,
::tensorflow::TensorShapeProto* msg);
} // namespace internal
} // namespace tensorflow
#endif // tensorflow_core_framework_tensor_shape_proto_IMPL_H_