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