chromium/out/Default/gen/components/assist_ranker/proto/nn_classifier.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: nn_classifier.proto

#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>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include "example_preprocessor.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_nn_5fclassifier_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
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_;
}  // namespace assist_ranker
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 /* @@protoc_insertion_point(class_definition:assist_ranker.FloatVector) */ {};
// -------------------------------------------------------------------

class NNLayer final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:assist_ranker.NNLayer) */ {};
// -------------------------------------------------------------------

class NNClassifierModel final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:assist_ranker.NNClassifierModel) */ {};
// ===================================================================


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

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// FloatVector

// repeated float values = 1;
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() {}

// -------------------------------------------------------------------

// NNLayer

// repeated .assist_ranker.FloatVector weights = 1;
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 {}

// optional .assist_ranker.FloatVector biases = 2;
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) {}

// -------------------------------------------------------------------

// NNClassifierModel

// optional .assist_ranker.NNLayer hidden_layer = 1;
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) {}

// optional .assist_ranker.NNLayer logits_layer = 2;
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) {}

// optional .assist_ranker.ExamplePreprocessorConfig preprocessor_config = 3;
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  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace assist_ranker

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_nn_5fclassifier_2eproto