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