#include "tensorflow_lite_support/cc/task/vision/proto/class.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 Class::Class(
::_pbi::ConstantInitialized): … { … }
struct ClassDefaultTypeInternal { … };
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ClassDefaultTypeInternal _Class_default_instance_;
}
}
}
namespace tflite {
namespace task {
namespace vision {
class Class::_Internal { … };
Class::Class(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned)
: … { … }
Class::Class(const Class& from)
: … { … }
inline void Class::SharedCtor(
::_pb::Arena* arena, bool is_message_owned) { … }
Class::~Class() { … }
inline void Class::SharedDtor() { … }
void Class::SetCachedSize(int size) const { … }
void Class::Clear() { … }
const char* Class::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { … }
uint8_t* Class::_InternalSerialize(
uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { … }
size_t Class::ByteSizeLong() const { … }
void Class::CheckTypeAndMergeFrom(
const ::PROTOBUF_NAMESPACE_ID::MessageLite& from) { … }
void Class::MergeFrom(const Class& from) { … }
void Class::CopyFrom(const Class& from) { … }
bool Class::IsInitialized() const { … }
void Class::InternalSwap(Class* other) { … }
std::string Class::GetTypeName() const { … }
}
}
}
PROTOBUF_NAMESPACE_OPEN
template<> PROTOBUF_NOINLINE ::tflite::task::vision::Class*
Arena::CreateMaybeMessage< ::tflite::task::vision::Class >(Arena* arena) { … }
PROTOBUF_NAMESPACE_CLOSE
#include <google/protobuf/port_undef.inc>