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