// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: quantized_nn_classifier.proto
// Protobuf C++ Version: 7.35.1

#include "quantized_nn_classifier.pb.h"

#include <algorithm>
#include <type_traits>
#include "google/protobuf/io/coded_stream.h"
#include "google/protobuf/generated_message_tctable_impl.h"
#include "google/protobuf/internal_visibility.h"
#include "google/protobuf/extension_set.h"
#include "google/protobuf/generated_message_util.h"
#include "google/protobuf/wire_format_lite.h"
#include "google/protobuf/io/zero_copy_stream_impl_lite.h"
// @@protoc_insertion_point(includes)

// Must be included last.
#include "google/protobuf/port_def.inc"
PROTOBUF_PRAGMA_INIT_SEG
namespace _pb = ::google::protobuf;
namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout;
namespace assist_ranker {
class QuantizedNNLayer::_Internal {
 public:
  using HasBits = decltype(::std::declval<QuantizedNNLayer>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_._has_bits_);
};

constexpr QuantizedNNLayer::ParseTableT_ QuantizedNNLayer::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_._has_bits_),
      0, // no _extensions_
      4, 24,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967280,  // skipmap
      offsetof(ParseTableT_, field_entries),
      4,  // num_field_entries
      0,  // num_aux_entries
      offsetof(ParseTableT_, field_names),  // no aux_entries
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::assist_ranker::QuantizedNNLayer>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional float high = 4;
      {::_pbi::TcParser::FastF32S1,
       {37, 3, 0,
        PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.high_)}},
      // repeated bytes weights = 1;
      {::_pbi::TcParser::FastBR1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.weights_)}},
      // optional bytes biases = 2;
      {::_pbi::TcParser::FastBS1,
       {18, 1, 0,
        PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.biases_)}},
      // optional float low = 3;
      {::_pbi::TcParser::FastF32S1,
       {29, 2, 0,
        PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.low_)}},
    }}, {{
      65535, 65535
    }}, {{
      // repeated bytes weights = 1;
      {PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.weights_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcRepeated | ::_fl::kBytes | ::_fl::kRepSString)},
      // optional bytes biases = 2;
      {PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.biases_), _Internal::kHasBitsOffset + 1, 0, (0 | ::_fl::kFcOptional | ::_fl::kBytes | ::_fl::kRepAString)},
      // optional float low = 3;
      {PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.low_), _Internal::kHasBitsOffset + 2, 0, (0 | ::_fl::kFcOptional | ::_fl::kFloat)},
      // optional float high = 4;
      {PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.high_), _Internal::kHasBitsOffset + 3, 0, (0 | ::_fl::kFcOptional | ::_fl::kFloat)},
    }},
    // no aux_entries
    {{
    }},
  };
}


inline constexpr QuantizedNNLayer::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        weights_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::assist_ranker::QuantizedNNLayer,
            PROTOBUF_FIELD_OFFSET(::assist_ranker::QuantizedNNLayer, _impl_.weights_)>()
         }
        ,
        biases_(
            &::google::protobuf::internal::fixed_address_empty_string,
            ::_pbi::ConstantInitialized()),
        low_{0},
        high_{0} {}

template <typename>
constexpr QuantizedNNLayer::QuantizedNNLayer(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL QuantizedNNLayer::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) QuantizedNNLayer(arena);
}
constexpr auto QuantizedNNLayer::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(QuantizedNNLayer), alignof(QuantizedNNLayer));
}
constexpr auto QuantizedNNLayer::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &QuantizedNNLayer::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<QuantizedNNLayer>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &QuantizedNNLayer::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<QuantizedNNLayer>(), &QuantizedNNLayer::ByteSizeLong,
              &QuantizedNNLayer::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_._cached_size_),
          true,
      },
      "assist_ranker.QuantizedNNLayer",
  };
}
struct QuantizedNNLayerGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr QuantizedNNLayerGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 QuantizedNNLayer_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(QuantizedNNLayer::InternalGenerateClassData_(
            _default, &QuantizedNNLayer_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<QuantizedNNLayer>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~QuantizedNNLayerGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) QuantizedNNLayer _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<QuantizedNNLayer>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(QuantizedNNLayerGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST QuantizedNNLayerGlobalsTypeInternal QuantizedNNLayer_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* QuantizedNNLayer_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return QuantizedNNLayer_globals_.GetClassData();
#else
  return QuantizedNNLayer_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
class QuantizedNNClassifierModel::_Internal {
 public:
  using HasBits = decltype(::std::declval<QuantizedNNClassifierModel>()._impl_._has_bits_);
  static constexpr ::int32_t kHasBitsOffset =
      8 * PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModel, _impl_._has_bits_);
};

constexpr QuantizedNNClassifierModel::ParseTableT_ QuantizedNNClassifierModel::InternalGenerateParseTable_(const ::_pbi::ClassData* class_data) {
  return ParseTableT_{
    {
      PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModel, _impl_._has_bits_),
      0, // no _extensions_
      2, 8,  // max_field_number, fast_idx_mask
      offsetof(ParseTableT_, field_lookup_table),
      4294967292,  // skipmap
      offsetof(ParseTableT_, field_entries),
      2,  // num_field_entries
      2,  // num_aux_entries
      offsetof(ParseTableT_, aux_entries),
      class_data,
      nullptr,  // post_loop_handler
      ::_pbi::TcParser::GenericFallbackLite,  // fallback
      #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
      ::_pbi::TcParser::GetTable<::assist_ranker::QuantizedNNClassifierModel>(),  // to_prefetch
      #endif  // PROTOBUF_PREFETCH_PARSE_TABLE
    }, {{
      // optional .assist_ranker.QuantizedNNLayer logits_layer = 2;
      {::_pbi::TcParser::FastMtS1,
       {18, 1, 1,
        PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModel, _impl_.logits_layer_)}},
      // optional .assist_ranker.QuantizedNNLayer hidden_layer = 1;
      {::_pbi::TcParser::FastMtS1,
       {10, 0, 0,
        PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModel, _impl_.hidden_layer_)}},
    }}, {{
      65535, 65535
    }}, {{
      // optional .assist_ranker.QuantizedNNLayer hidden_layer = 1;
      {PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModel, _impl_.hidden_layer_), _Internal::kHasBitsOffset + 0, 0, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
      // optional .assist_ranker.QuantizedNNLayer logits_layer = 2;
      {PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModel, _impl_.logits_layer_), _Internal::kHasBitsOffset + 1, 1, (0 | ::_fl::kFcOptional | ::_fl::kMessage | ::_fl::kTvTable)},
    }},
    {{
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::assist_ranker::QuantizedNNLayer>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::assist_ranker::QuantizedNNLayer_globals_},
        #endif
        #ifndef PROTOBUF_MESSAGE_GLOBALS
        {::_pbi::TcParser::GetTable<::assist_ranker::QuantizedNNLayer>()},
        #else
        {::_pbi::FieldAuxMessageGlobals(), &::assist_ranker::QuantizedNNLayer_globals_},
        #endif
    }},
    {{
    }},
  };
}


inline constexpr QuantizedNNClassifierModel::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    ::_pbi::ConstantInitialized) noexcept
      : _cached_size_{0},
        hidden_layer_{nullptr},
        logits_layer_{nullptr} {}

template <typename>
constexpr QuantizedNNClassifierModel::QuantizedNNClassifierModel(::_pbi::ConstantInitialized,
                       const ::_pbi::ClassData* PROTOBUF_NONNULL class_data)
    : ::google::protobuf::MessageLite(
#if defined(PROTOBUF_CUSTOM_VTABLE)
          class_data
#endif  // PROTOBUF_CUSTOM_VTABLE
          ),
      _impl_(internal_visibility(), ::_pbi::ConstantInitialized()) {
}
inline void* PROTOBUF_NONNULL QuantizedNNClassifierModel::PlacementNew_(
    const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem,
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena) {
  return ::new (mem) QuantizedNNClassifierModel(arena);
}
constexpr auto QuantizedNNClassifierModel::InternalNewImpl_() {
  return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(QuantizedNNClassifierModel), alignof(QuantizedNNClassifierModel));
}
constexpr auto QuantizedNNClassifierModel::InternalGenerateClassData_(
    const MessageLite& prototype,
    const ::google::protobuf::internal::TcParseTableBase* tc_table) {
  return ::google::protobuf::internal::ClassDataLite{
      {
          &prototype,
#ifndef PROTOBUF_MESSAGE_GLOBALS
          &_table_.header,
#else
          tc_table,
#endif
          nullptr,  // IsInitialized
          &QuantizedNNClassifierModel::MergeImpl,
          ::google::protobuf::MessageLite::GetNewImpl<QuantizedNNClassifierModel>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
          &QuantizedNNClassifierModel::SharedDtor,
          ::google::protobuf::MessageLite::GetClearImpl<QuantizedNNClassifierModel>(), &QuantizedNNClassifierModel::ByteSizeLong,
              &QuantizedNNClassifierModel::_InternalSerialize,
#endif  // PROTOBUF_CUSTOM_VTABLE
          PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModel, _impl_._cached_size_),
          true,
      },
      "assist_ranker.QuantizedNNClassifierModel",
  };
}
struct QuantizedNNClassifierModelGlobalsTypeInternal : ::_pbi::MessageGlobalsBase {
  constexpr QuantizedNNClassifierModelGlobalsTypeInternal()
      :
#ifndef PROTOBUF_MESSAGE_GLOBALS
        _default(::_pbi::ConstantInitialized{},
                 QuantizedNNClassifierModel_class_data_.base())
#else   // !PROTOBUF_MESSAGE_GLOBALS
        MessageGlobalsBase(QuantizedNNClassifierModel::InternalGenerateClassData_(
            _default, &QuantizedNNClassifierModel_globals_._table.header)),
        _default(::_pbi::ConstantInitialized{}, GetClassData()),
        _table(::_pbi::PrivateAccess::GenerateParseTable<QuantizedNNClassifierModel>(
            GetClassData()))
#endif  // PROTOBUF_MESSAGE_GLOBALS
  {
  }
  ~QuantizedNNClassifierModelGlobalsTypeInternal() {}
  union {
    alignas(::_pbi::kMaxMessageAlignment) QuantizedNNClassifierModel _default;
  };
#ifdef PROTOBUF_MESSAGE_GLOBALS
  decltype(::_pbi::PrivateAccess::GenerateParseTable<QuantizedNNClassifierModel>(
      ::std::declval<const ::_pbi::ClassData*>())) _table;
#endif
};
#ifdef PROTOBUF_MESSAGE_GLOBALS
static_assert(PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModelGlobalsTypeInternal, _default) ==
              ::_pbi::MessageGlobalsBase::OffsetToDefault());
#endif  // PROTOBUF_MESSAGE_GLOBALS

PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
    PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PROTOBUF_MESSAGE_GLOBALS_CONST QuantizedNNClassifierModelGlobalsTypeInternal QuantizedNNClassifierModel_globals_
        PROTOBUF_MESSAGE_GLOBALS_SECTION(.data.rel.ro);
#if defined(PROTOBUF_CUSTOM_VTABLE)
namespace {
const ::_pbi::ClassData* QuantizedNNClassifierModel_get_class_data() {
#ifdef PROTOBUF_MESSAGE_GLOBALS
  return QuantizedNNClassifierModel_globals_.GetClassData();
#else
  return QuantizedNNClassifierModel_class_data_.base();
#endif  // PROTOBUF_MESSAGE_GLOBALS
}
}  // namespace
#endif  // PROTOBUF_CUSTOM_VTABLE
}  // namespace assist_ranker
namespace assist_ranker {
// ===================================================================

QuantizedNNLayer::QuantizedNNLayer(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, QuantizedNNLayer_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:assist_ranker.QuantizedNNLayer)
}
PROTOBUF_NDEBUG_INLINE QuantizedNNLayer::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::assist_ranker::QuantizedNNLayer& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0},
        weights_ {
          visibility, ::_pbi::InternalMetadataOffset::Build<
              ::assist_ranker::QuantizedNNLayer,
              PROTOBUF_FIELD_OFFSET(::assist_ranker::QuantizedNNLayer, _impl_.weights_)>()
          , from.weights_
        }
        ,
        biases_(arena, from.biases_) {}

QuantizedNNLayer::QuantizedNNLayer(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const QuantizedNNLayer& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, QuantizedNNLayer_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  QuantizedNNLayer* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::memcpy(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, low_),
           reinterpret_cast<const char*>(&from._impl_) +
               offsetof(Impl_, low_),
           offsetof(Impl_, high_) -
               offsetof(Impl_, low_) +
               sizeof(Impl_::high_));

  // @@protoc_insertion_point(copy_constructor:assist_ranker.QuantizedNNLayer)
}
PROTOBUF_NDEBUG_INLINE QuantizedNNLayer::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0},
        weights_ { visibility, ::_pbi::InternalMetadataOffset::Build<
            ::assist_ranker::QuantizedNNLayer,
            PROTOBUF_FIELD_OFFSET(::assist_ranker::QuantizedNNLayer, _impl_.weights_)>()
         }
        ,
        biases_(arena) {}

inline void QuantizedNNLayer::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, low_),
           0,
           offsetof(Impl_, high_) -
               offsetof(Impl_, low_) +
               sizeof(Impl_::high_));
}
QuantizedNNLayer::~QuantizedNNLayer() {
  // @@protoc_insertion_point(destructor:assist_ranker.QuantizedNNLayer)
  SharedDtor(*this);
}
inline void QuantizedNNLayer::SharedDtor(MessageLite& self) {
  QuantizedNNLayer& this_ = static_cast<QuantizedNNLayer&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  this_._impl_.biases_.Destroy();
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite QuantizedNNLayer_class_data_ =
    QuantizedNNLayer::InternalGenerateClassData_(QuantizedNNLayer_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
QuantizedNNLayer::GetClassData() const {
  return QuantizedNNLayer_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
QuantizedNNLayer::GetClassData() const {
  return QuantizedNNLayer_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const QuantizedNNLayer::ParseTableT_
    QuantizedNNLayer::_table_ =
        QuantizedNNLayer::InternalGenerateParseTable_(QuantizedNNLayer_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void QuantizedNNLayer::Clear() {
// @@protoc_insertion_point(message_clear_start:assist_ranker.QuantizedNNLayer)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _impl_.weights_.Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _impl_.biases_.ClearNonDefaultToEmpty();
    }
  }
  if (BatchCheckHasBit(cached_has_bits, 0x0000000cU)) {
    ::memset(&_impl_.low_, 0, static_cast<::size_t>(
        reinterpret_cast<char*>(&_impl_.high_) -
        reinterpret_cast<char*>(&_impl_.low_)) + sizeof(_impl_.high_));
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL QuantizedNNLayer::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const QuantizedNNLayer& this_ = static_cast<const QuantizedNNLayer&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL QuantizedNNLayer::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const QuantizedNNLayer& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:assist_ranker.QuantizedNNLayer)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // repeated bytes weights = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    for (int i = 0, n = this_._internal_weights_size(); i < n; ++i) {
      const auto& s = this_._internal_weights().Get(i);
      target = stream->WriteBytes(1, s, target);
    }
  }

  // optional bytes biases = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    const ::std::string& _s = this_._internal_biases();
    target = stream->WriteBytesMaybeAliased(2, _s, target);
  }

  // optional float low = 3;
  if (CheckHasBit(cached_has_bits, 0x00000004U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteFloatToArray(
        3, this_._internal_low(), target);
  }

  // optional float high = 4;
  if (CheckHasBit(cached_has_bits, 0x00000008U)) {
    target = stream->EnsureSpace(target);
    target = ::_pbi::WireFormatLite::WriteFloatToArray(
        4, this_._internal_high(), target);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:assist_ranker.QuantizedNNLayer)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t QuantizedNNLayer::ByteSizeLong(const MessageLite& base) {
  const QuantizedNNLayer& this_ = static_cast<const QuantizedNNLayer&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t QuantizedNNLayer::ByteSizeLong() const {
  const QuantizedNNLayer& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:assist_ranker.QuantizedNNLayer)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  total_size += ::absl::popcount(0x0000000cU & cached_has_bits) * 5;
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // repeated bytes weights = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size +=
          1 * ::google::protobuf::internal::FromIntSize(this_._internal_weights().size());
      for (int i = 0, n = this_._internal_weights().size(); i < n; ++i) {
        total_size += ::google::protobuf::internal::WireFormatLite::BytesSize(
            this_._internal_weights().Get(i));
      }
    }
    // optional bytes biases = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
                                      this_._internal_biases());
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void QuantizedNNLayer::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<QuantizedNNLayer*>(&to_msg);
  auto& from = static_cast<const QuantizedNNLayer&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:assist_ranker.QuantizedNNLayer)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x0000000fU)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      _this->_internal_mutable_weights()->InternalMergeFromWithArena(
          ::google::protobuf::MessageLite::internal_visibility(), arena,
          from._internal_weights());
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      _this->_internal_set_biases(from._internal_biases());
    }
    if (CheckHasBit(cached_has_bits, 0x00000004U)) {
      _this->_impl_.low_ = from._impl_.low_;
    }
    if (CheckHasBit(cached_has_bits, 0x00000008U)) {
      _this->_impl_.high_ = from._impl_.high_;
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void QuantizedNNLayer::CopyFrom(const QuantizedNNLayer& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:assist_ranker.QuantizedNNLayer)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void QuantizedNNLayer::InternalSwap(QuantizedNNLayer* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  auto* arena = GetArena();
  ABSL_DCHECK_EQ(arena, other->GetArena());
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  _impl_.weights_.InternalSwap(&other->_impl_.weights_);
  ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.biases_, &other->_impl_.biases_, arena);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.high_)
      + sizeof(QuantizedNNLayer::_impl_.high_)
      - PROTOBUF_FIELD_OFFSET(QuantizedNNLayer, _impl_.low_)>(
          reinterpret_cast<char*>(&_impl_.low_),
          reinterpret_cast<char*>(&other->_impl_.low_));
}

// ===================================================================

QuantizedNNClassifierModel::QuantizedNNClassifierModel(::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, QuantizedNNClassifierModel_get_class_data()) {
#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  SharedCtor(arena);
  // @@protoc_insertion_point(arena_constructor:assist_ranker.QuantizedNNClassifierModel)
}
PROTOBUF_NDEBUG_INLINE QuantizedNNClassifierModel::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from,
    [[maybe_unused]] const ::assist_ranker::QuantizedNNClassifierModel& from_msg)
      : _has_bits_{from._has_bits_},
        _cached_size_{0} {}

QuantizedNNClassifierModel::QuantizedNNClassifierModel(
    ::google::protobuf::Arena* PROTOBUF_NULLABLE arena,
    const QuantizedNNClassifierModel& from)
#if defined(PROTOBUF_CUSTOM_VTABLE)
    : ::google::protobuf::MessageLite(arena, QuantizedNNClassifierModel_get_class_data()) {

#else   // PROTOBUF_CUSTOM_VTABLE
    : ::google::protobuf::MessageLite(arena) {
#endif  // PROTOBUF_CUSTOM_VTABLE
  QuantizedNNClassifierModel* const _this = this;
  (void)_this;
  _internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
  new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
  ::uint32_t cached_has_bits = _impl_._has_bits_[0];
  _impl_.hidden_layer_ = (CheckHasBit(cached_has_bits, 0x00000001U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.hidden_layer_)
                : nullptr;
  _impl_.logits_layer_ = (CheckHasBit(cached_has_bits, 0x00000002U))
                ? ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.logits_layer_)
                : nullptr;

  // @@protoc_insertion_point(copy_constructor:assist_ranker.QuantizedNNClassifierModel)
}
PROTOBUF_NDEBUG_INLINE QuantizedNNClassifierModel::Impl_::Impl_(
    [[maybe_unused]] ::google::protobuf::internal::InternalVisibility visibility,
    [[maybe_unused]] ::google::protobuf::Arena* PROTOBUF_NULLABLE arena)
      : _cached_size_{0} {}

inline void QuantizedNNClassifierModel::SharedCtor(::_pb::Arena* PROTOBUF_NULLABLE arena) {
  new (&_impl_) Impl_(internal_visibility(), arena);
  ::memset(reinterpret_cast<char*>(&_impl_) +
               offsetof(Impl_, hidden_layer_),
           0,
           offsetof(Impl_, logits_layer_) -
               offsetof(Impl_, hidden_layer_) +
               sizeof(Impl_::logits_layer_));
}
QuantizedNNClassifierModel::~QuantizedNNClassifierModel() {
  // @@protoc_insertion_point(destructor:assist_ranker.QuantizedNNClassifierModel)
  SharedDtor(*this);
}
inline void QuantizedNNClassifierModel::SharedDtor(MessageLite& self) {
  QuantizedNNClassifierModel& this_ = static_cast<QuantizedNNClassifierModel&>(self);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  this_._internal_metadata_.Delete<::std::string>();
  ABSL_DCHECK(this_.GetArena() == nullptr);
  delete this_._impl_.hidden_layer_;
  delete this_._impl_.logits_layer_;
  this_._impl_.~Impl_();
}

#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::internal::ClassDataLite QuantizedNNClassifierModel_class_data_ =
    QuantizedNNClassifierModel::InternalGenerateClassData_(QuantizedNNClassifierModel_globals_._default);

PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
QuantizedNNClassifierModel::GetClassData() const {
  return QuantizedNNClassifierModel_class_data_.base();
}
#else
PROTOBUF_ATTRIBUTE_WEAK const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL
QuantizedNNClassifierModel::GetClassData() const {
  return QuantizedNNClassifierModel_globals_.GetClassData();
}
#endif  // !PROTOBUF_MESSAGE_GLOBALS
#ifndef PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const QuantizedNNClassifierModel::ParseTableT_
    QuantizedNNClassifierModel::_table_ =
        QuantizedNNClassifierModel::InternalGenerateParseTable_(QuantizedNNClassifierModel_class_data_.base());
#endif  // !PROTOBUF_MESSAGE_GLOBALS
PROTOBUF_NOINLINE void QuantizedNNClassifierModel::Clear() {
// @@protoc_insertion_point(message_clear_start:assist_ranker.QuantizedNNClassifierModel)
  ::google::protobuf::internal::TSanWrite(&_impl_);
  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void) cached_has_bits;

  cached_has_bits = _impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(_impl_.hidden_layer_ != nullptr);
      _impl_.hidden_layer_->Clear();
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(_impl_.logits_layer_ != nullptr);
      _impl_.logits_layer_->Clear();
    }
  }
  _impl_._has_bits_.Clear();
  _internal_metadata_.Clear<::std::string>();
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::uint8_t* PROTOBUF_NONNULL QuantizedNNClassifierModel::_InternalSerialize(
    const ::google::protobuf::MessageLite& base, ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) {
  const QuantizedNNClassifierModel& this_ = static_cast<const QuantizedNNClassifierModel&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::uint8_t* PROTOBUF_NONNULL QuantizedNNClassifierModel::_InternalSerialize(
    ::uint8_t* PROTOBUF_NONNULL target,
    ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const {
  const QuantizedNNClassifierModel& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    this_.CheckHasBitConsistency();
  }
  // @@protoc_insertion_point(serialize_to_array_start:assist_ranker.QuantizedNNClassifierModel)
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = this_._impl_._has_bits_[0];
  // optional .assist_ranker.QuantizedNNLayer hidden_layer = 1;
  if (CheckHasBit(cached_has_bits, 0x00000001U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        1, *this_._impl_.hidden_layer_, this_._impl_.hidden_layer_->GetCachedSize(), target,
        stream);
  }

  // optional .assist_ranker.QuantizedNNLayer logits_layer = 2;
  if (CheckHasBit(cached_has_bits, 0x00000002U)) {
    target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
        2, *this_._impl_.logits_layer_, this_._impl_.logits_layer_->GetCachedSize(), target,
        stream);
  }

  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    target = stream->WriteRaw(
        this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).data(),
        static_cast<int>(this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size()), target);
  }
  // @@protoc_insertion_point(serialize_to_array_end:assist_ranker.QuantizedNNClassifierModel)
  return target;
}

#if defined(PROTOBUF_CUSTOM_VTABLE)
::size_t QuantizedNNClassifierModel::ByteSizeLong(const MessageLite& base) {
  const QuantizedNNClassifierModel& this_ = static_cast<const QuantizedNNClassifierModel&>(base);
#else   // PROTOBUF_CUSTOM_VTABLE
::size_t QuantizedNNClassifierModel::ByteSizeLong() const {
  const QuantizedNNClassifierModel& this_ = *this;
#endif  // PROTOBUF_CUSTOM_VTABLE
  // @@protoc_insertion_point(message_byte_size_start:assist_ranker.QuantizedNNClassifierModel)
  ::size_t total_size = 0;

  ::uint32_t cached_has_bits = 0;
  // Prevent compiler warnings about cached_has_bits being unused
  (void)cached_has_bits;

  ::_pbi::Prefetch5LinesFrom7Lines(&this_);
  cached_has_bits = this_._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    // optional .assist_ranker.QuantizedNNLayer hidden_layer = 1;
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.hidden_layer_);
    }
    // optional .assist_ranker.QuantizedNNLayer logits_layer = 2;
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      total_size += 1 +
                    ::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.logits_layer_);
    }
  }
  if (ABSL_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
    total_size += this_._internal_metadata_.unknown_fields<::std::string>(::google::protobuf::internal::GetEmptyString).size();
  }
  this_._impl_._cached_size_.Set(::_pbi::ToCachedSize(total_size));
  return total_size;
}

void QuantizedNNClassifierModel::MergeImpl(::google::protobuf::MessageLite& to_msg,
                      const ::google::protobuf::MessageLite& from_msg) {
   auto* const _this = static_cast<QuantizedNNClassifierModel*>(&to_msg);
  auto& from = static_cast<const QuantizedNNClassifierModel&>(from_msg);
  if constexpr (::_pbi::DebugHardenCheckHasBitConsistency()) {
    from.CheckHasBitConsistency();
  }
  ::google::protobuf::Arena* arena = _this->GetArena();
  // @@protoc_insertion_point(class_specific_merge_from_start:assist_ranker.QuantizedNNClassifierModel)
  ABSL_DCHECK_NE(&from, _this);
  ::uint32_t cached_has_bits = 0;
  (void)cached_has_bits;

  cached_has_bits = from._impl_._has_bits_[0];
  if (BatchCheckHasBit(cached_has_bits, 0x00000003U)) {
    if (CheckHasBit(cached_has_bits, 0x00000001U)) {
      ABSL_DCHECK(from._impl_.hidden_layer_ != nullptr);
      if (_this->_impl_.hidden_layer_ == nullptr) {
        _this->_impl_.hidden_layer_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.hidden_layer_);
      } else {
        _this->_impl_.hidden_layer_->MergeFrom(*from._impl_.hidden_layer_);
      }
    }
    if (CheckHasBit(cached_has_bits, 0x00000002U)) {
      ABSL_DCHECK(from._impl_.logits_layer_ != nullptr);
      if (_this->_impl_.logits_layer_ == nullptr) {
        _this->_impl_.logits_layer_ = ::google::protobuf::MessageLite::CopyConstruct(arena, *from._impl_.logits_layer_);
      } else {
        _this->_impl_.logits_layer_->MergeFrom(*from._impl_.logits_layer_);
      }
    }
  }
  _this->_impl_._has_bits_[0] |= cached_has_bits;
  _this->_internal_metadata_.MergeFrom<::std::string>(
      from._internal_metadata_);
}

void QuantizedNNClassifierModel::CopyFrom(const QuantizedNNClassifierModel& from) {
  // @@protoc_insertion_point(class_specific_copy_from_start:assist_ranker.QuantizedNNClassifierModel)
  if (&from == this) return;
  Clear();
  MergeFrom(from);
}


void QuantizedNNClassifierModel::InternalSwap(QuantizedNNClassifierModel* PROTOBUF_RESTRICT PROTOBUF_NONNULL other) {
  using ::std::swap;
  _internal_metadata_.InternalSwap(&other->_internal_metadata_);
  swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]);
  ::google::protobuf::internal::memswap<
      PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModel, _impl_.logits_layer_)
      + sizeof(QuantizedNNClassifierModel::_impl_.logits_layer_)
      - PROTOBUF_FIELD_OFFSET(QuantizedNNClassifierModel, _impl_.hidden_layer_)>(
          reinterpret_cast<char*>(&_impl_.hidden_layer_),
          reinterpret_cast<char*>(&other->_impl_.hidden_layer_));
}

// @@protoc_insertion_point(namespace_scope)
}  // namespace assist_ranker
namespace google {
namespace protobuf {
}  // namespace protobuf
}  // namespace google
// @@protoc_insertion_point(global_scope)
#include "google/protobuf/port_undef.inc"
