#include "tensorflow_lite_support/cc/task/vision/proto/bounding_box.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/io/zero_copy_stream_impl_lite.h>
#include <google/protobuf/port_def.inc>
PROTOBUF_PRAGMA_INIT_SEG
_pb;
_pbi;
namespace tflite {
namespace task {
namespace vision {
PROTOBUF_CONSTEXPR BoundingBox::BoundingBox(
::_pbi::ConstantInitialized): … { … }
struct BoundingBoxDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BoundingBoxDefaultTypeInternal _BoundingBox_default_instance_;
}
}
}
namespace tflite {
namespace task {
namespace vision {
class BoundingBox::_Internal { … };
BoundingBox::BoundingBox(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
BoundingBox::BoundingBox(const BoundingBox& from)
: … { … }
inline void BoundingBox::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
BoundingBox::~BoundingBox() { … }
inline void BoundingBox::SharedDtor() { … }
void BoundingBox::SetCachedSize(int size) const { … }
void BoundingBox::Clear() { … }
const char* BoundingBox::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* BoundingBox::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t BoundingBox::ByteSizeLong() const { … }
void BoundingBox::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void BoundingBox::MergeFrom(const BoundingBox& from) { … }
void BoundingBox::CopyFrom(const BoundingBox& from) { … }
bool BoundingBox::IsInitialized() const { … }
void BoundingBox::InternalSwap(BoundingBox* other) { … }
std::string BoundingBox::GetTypeName() const { … }
}
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::tflite::task::vision::BoundingBox*
Arena::CreateMaybeMessage< ::tflite::task::vision::BoundingBox >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>