#ifndef GOOGLE_PROTOBUF_INCLUDED_nn_5fclassifier_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_nn_5fclassifier_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif
#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include "example_preprocessor.pb.h"
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_nn_5fclassifier_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}
PROTOBUF_NAMESPACE_CLOSE
struct TableStruct_nn_5fclassifier_2eproto { … };
namespace assist_ranker {
class FloatVector;
struct FloatVectorDefaultTypeInternal;
extern FloatVectorDefaultTypeInternal _FloatVector_default_instance_;
class NNClassifierModel;
struct NNClassifierModelDefaultTypeInternal;
extern NNClassifierModelDefaultTypeInternal _NNClassifierModel_default_instance_;
class NNLayer;
struct NNLayerDefaultTypeInternal;
extern NNLayerDefaultTypeInternal _NNLayer_default_instance_;
}
PROTOBUF_NAMESPACE_OPEN
template<> ::assist_ranker::FloatVector* Arena::CreateMaybeMessage<::assist_ranker::FloatVector>(Arena*);
template<> ::assist_ranker::NNClassifierModel* Arena::CreateMaybeMessage<::assist_ranker::NNClassifierModel>(Arena*);
template<> ::assist_ranker::NNLayer* Arena::CreateMaybeMessage<::assist_ranker::NNLayer>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace assist_ranker {
class FloatVector final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class NNLayer final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
class NNClassifierModel final :
public ::PROTOBUF_NAMESPACE_ID::MessageLite { … };
#ifdef __GNUC__
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif
inline int FloatVector::_internal_values_size() const { … }
inline int FloatVector::values_size() const { … }
inline void FloatVector::clear_values() { … }
inline float FloatVector::_internal_values(int index) const { … }
inline float FloatVector::values(int index) const { … }
inline void FloatVector::set_values(int index, float value) { … }
inline void FloatVector::_internal_add_values(float value) { … }
inline void FloatVector::add_values(float value) { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
FloatVector::_internal_values() const { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
FloatVector::values() const { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
FloatVector::_internal_mutable_values() { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
FloatVector::mutable_values() { … }
inline int NNLayer::_internal_weights_size() const { … }
inline int NNLayer::weights_size() const { … }
inline void NNLayer::clear_weights() { … }
inline ::assist_ranker::FloatVector* NNLayer::mutable_weights(int index) { … }
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::assist_ranker::FloatVector >*
NNLayer::mutable_weights() { … }
inline const ::assist_ranker::FloatVector& NNLayer::_internal_weights(int index) const { … }
inline const ::assist_ranker::FloatVector& NNLayer::weights(int index) const { … }
inline ::assist_ranker::FloatVector* NNLayer::_internal_add_weights() { … }
inline ::assist_ranker::FloatVector* NNLayer::add_weights() { … }
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::assist_ranker::FloatVector >&
NNLayer::weights() const { … }
inline bool NNLayer::_internal_has_biases() const { … }
inline bool NNLayer::has_biases() const { … }
inline void NNLayer::clear_biases() { … }
inline const ::assist_ranker::FloatVector& NNLayer::_internal_biases() const { … }
inline const ::assist_ranker::FloatVector& NNLayer::biases() const { … }
inline void NNLayer::unsafe_arena_set_allocated_biases(
::assist_ranker::FloatVector* biases) { … }
inline ::assist_ranker::FloatVector* NNLayer::release_biases() { … }
inline ::assist_ranker::FloatVector* NNLayer::unsafe_arena_release_biases() { … }
inline ::assist_ranker::FloatVector* NNLayer::_internal_mutable_biases() { … }
inline ::assist_ranker::FloatVector* NNLayer::mutable_biases() { … }
inline void NNLayer::set_allocated_biases(::assist_ranker::FloatVector* biases) { … }
inline bool NNClassifierModel::_internal_has_hidden_layer() const { … }
inline bool NNClassifierModel::has_hidden_layer() const { … }
inline void NNClassifierModel::clear_hidden_layer() { … }
inline const ::assist_ranker::NNLayer& NNClassifierModel::_internal_hidden_layer() const { … }
inline const ::assist_ranker::NNLayer& NNClassifierModel::hidden_layer() const { … }
inline void NNClassifierModel::unsafe_arena_set_allocated_hidden_layer(
::assist_ranker::NNLayer* hidden_layer) { … }
inline ::assist_ranker::NNLayer* NNClassifierModel::release_hidden_layer() { … }
inline ::assist_ranker::NNLayer* NNClassifierModel::unsafe_arena_release_hidden_layer() { … }
inline ::assist_ranker::NNLayer* NNClassifierModel::_internal_mutable_hidden_layer() { … }
inline ::assist_ranker::NNLayer* NNClassifierModel::mutable_hidden_layer() { … }
inline void NNClassifierModel::set_allocated_hidden_layer(::assist_ranker::NNLayer* hidden_layer) { … }
inline bool NNClassifierModel::_internal_has_logits_layer() const { … }
inline bool NNClassifierModel::has_logits_layer() const { … }
inline void NNClassifierModel::clear_logits_layer() { … }
inline const ::assist_ranker::NNLayer& NNClassifierModel::_internal_logits_layer() const { … }
inline const ::assist_ranker::NNLayer& NNClassifierModel::logits_layer() const { … }
inline void NNClassifierModel::unsafe_arena_set_allocated_logits_layer(
::assist_ranker::NNLayer* logits_layer) { … }
inline ::assist_ranker::NNLayer* NNClassifierModel::release_logits_layer() { … }
inline ::assist_ranker::NNLayer* NNClassifierModel::unsafe_arena_release_logits_layer() { … }
inline ::assist_ranker::NNLayer* NNClassifierModel::_internal_mutable_logits_layer() { … }
inline ::assist_ranker::NNLayer* NNClassifierModel::mutable_logits_layer() { … }
inline void NNClassifierModel::set_allocated_logits_layer(::assist_ranker::NNLayer* logits_layer) { … }
inline bool NNClassifierModel::_internal_has_preprocessor_config() const { … }
inline bool NNClassifierModel::has_preprocessor_config() const { … }
inline const ::assist_ranker::ExamplePreprocessorConfig& NNClassifierModel::_internal_preprocessor_config() const { … }
inline const ::assist_ranker::ExamplePreprocessorConfig& NNClassifierModel::preprocessor_config() const { … }
inline void NNClassifierModel::unsafe_arena_set_allocated_preprocessor_config(
::assist_ranker::ExamplePreprocessorConfig* preprocessor_config) { … }
inline ::assist_ranker::ExamplePreprocessorConfig* NNClassifierModel::release_preprocessor_config() { … }
inline ::assist_ranker::ExamplePreprocessorConfig* NNClassifierModel::unsafe_arena_release_preprocessor_config() { … }
inline ::assist_ranker::ExamplePreprocessorConfig* NNClassifierModel::_internal_mutable_preprocessor_config() { … }
inline ::assist_ranker::ExamplePreprocessorConfig* NNClassifierModel::mutable_preprocessor_config() { … }
inline void NNClassifierModel::set_allocated_preprocessor_config(::assist_ranker::ExamplePreprocessorConfig* preprocessor_config) { … }
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
}
#include <google/protobuf/port_undef.inc>
#endif