# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler.  DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: nn_classifier.proto
# Protobuf Python Version: 7.35.1
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import runtime_version as _runtime_version
from google.protobuf import symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
_runtime_version.ValidateProtobufRuntimeVersion(
    _runtime_version.Domain.PUBLIC,
    7,
    35,
    1,
    '',
    'nn_classifier.proto'
)
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()


import example_preprocessor_pb2 as example__preprocessor__pb2


DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x13nn_classifier.proto\x12\rassist_ranker\x1a\x1a\x65xample_preprocessor.proto\"\x1d\n\x0b\x46loatVector\x12\x0e\n\x06values\x18\x01 \x03(\x02\"b\n\x07NNLayer\x12+\n\x07weights\x18\x01 \x03(\x0b\x32\x1a.assist_ranker.FloatVector\x12*\n\x06\x62iases\x18\x02 \x01(\x0b\x32\x1a.assist_ranker.FloatVector\"\xb6\x01\n\x11NNClassifierModel\x12,\n\x0chidden_layer\x18\x01 \x01(\x0b\x32\x16.assist_ranker.NNLayer\x12,\n\x0clogits_layer\x18\x02 \x01(\x0b\x32\x16.assist_ranker.NNLayer\x12\x45\n\x13preprocessor_config\x18\x03 \x01(\x0b\x32(.assist_ranker.ExamplePreprocessorConfigB\x02H\x03')

_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'nn_classifier_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
  _globals['DESCRIPTOR']._loaded_options = None
  _globals['DESCRIPTOR']._serialized_options = b'H\003'
  _globals['_FLOATVECTOR']._serialized_start=66
  _globals['_FLOATVECTOR']._serialized_end=95
  _globals['_NNLAYER']._serialized_start=97
  _globals['_NNLAYER']._serialized_end=195
  _globals['_NNCLASSIFIERMODEL']._serialized_start=198
  _globals['_NNCLASSIFIERMODEL']._serialized_end=380
# @@protoc_insertion_point(module_scope)
