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