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