chromium/out/Default/gen/third_party/tflite_support/src/tensorflow_lite_support/cc/task/text/proto/nl_classifier_options.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: tensorflow_lite_support/cc/task/text/proto/nl_classifier_options.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_tensorflow_5flite_5fsupport_2fcc_2ftask_2ftext_2fproto_2fnl_5fclassifier_5foptions_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_tensorflow_5flite_5fsupport_2fcc_2ftask_2ftext_2fproto_2fnl_5fclassifier_5foptions_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 "tensorflow_lite_support/cc/task/core/proto/base_options.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_tensorflow_5flite_5fsupport_2fcc_2ftask_2ftext_2fproto_2fnl_5fclassifier_5foptions_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_tensorflow_5flite_5fsupport_2fcc_2ftask_2ftext_2fproto_2fnl_5fclassifier_5foptions_2eproto {};
namespace tflite {
namespace task {
namespace text {
class NLClassifierOptions;
struct NLClassifierOptionsDefaultTypeInternal;
extern NLClassifierOptionsDefaultTypeInternal _NLClassifierOptions_default_instance_;
}  // namespace text
}  // namespace task
}  // namespace tflite
PROTOBUF_NAMESPACE_OPEN
template<> ::tflite::task::text::NLClassifierOptions* Arena::CreateMaybeMessage<::tflite::task::text::NLClassifierOptions>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace tflite {
namespace task {
namespace text {

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

class NLClassifierOptions final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:tflite.task.text.NLClassifierOptions) */ {};
// ===================================================================


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

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

// optional .tflite.task.core.BaseOptions base_options = 1;
inline bool NLClassifierOptions::_internal_has_base_options() const {}
inline bool NLClassifierOptions::has_base_options() const {}
inline const ::tflite::task::core::BaseOptions& NLClassifierOptions::_internal_base_options() const {}
inline const ::tflite::task::core::BaseOptions& NLClassifierOptions::base_options() const {}
inline void NLClassifierOptions::unsafe_arena_set_allocated_base_options(
    ::tflite::task::core::BaseOptions* base_options) {}
inline ::tflite::task::core::BaseOptions* NLClassifierOptions::release_base_options() {}
inline ::tflite::task::core::BaseOptions* NLClassifierOptions::unsafe_arena_release_base_options() {}
inline ::tflite::task::core::BaseOptions* NLClassifierOptions::_internal_mutable_base_options() {}
inline ::tflite::task::core::BaseOptions* NLClassifierOptions::mutable_base_options() {}
inline void NLClassifierOptions::set_allocated_base_options(::tflite::task::core::BaseOptions* base_options) {}

// optional string input_tensor_name = 2 [default = "INPUT"];
inline bool NLClassifierOptions::_internal_has_input_tensor_name() const {}
inline bool NLClassifierOptions::has_input_tensor_name() const {}
inline void NLClassifierOptions::clear_input_tensor_name() {}
inline const std::string& NLClassifierOptions::input_tensor_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void NLClassifierOptions::set_input_tensor_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* NLClassifierOptions::mutable_input_tensor_name() {}
inline const std::string& NLClassifierOptions::_internal_input_tensor_name() const {}
inline void NLClassifierOptions::_internal_set_input_tensor_name(const std::string& value) {}
inline std::string* NLClassifierOptions::_internal_mutable_input_tensor_name() {}
inline std::string* NLClassifierOptions::release_input_tensor_name() {}
inline void NLClassifierOptions::set_allocated_input_tensor_name(std::string* input_tensor_name) {}

// optional string output_score_tensor_name = 3 [default = "OUTPUT_SCORE"];
inline bool NLClassifierOptions::_internal_has_output_score_tensor_name() const {}
inline bool NLClassifierOptions::has_output_score_tensor_name() const {}
inline void NLClassifierOptions::clear_output_score_tensor_name() {}
inline const std::string& NLClassifierOptions::output_score_tensor_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void NLClassifierOptions::set_output_score_tensor_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* NLClassifierOptions::mutable_output_score_tensor_name() {}
inline const std::string& NLClassifierOptions::_internal_output_score_tensor_name() const {}
inline void NLClassifierOptions::_internal_set_output_score_tensor_name(const std::string& value) {}
inline std::string* NLClassifierOptions::_internal_mutable_output_score_tensor_name() {}
inline std::string* NLClassifierOptions::release_output_score_tensor_name() {}
inline void NLClassifierOptions::set_allocated_output_score_tensor_name(std::string* output_score_tensor_name) {}

// optional string output_label_tensor_name = 4 [default = "OUTPUT_LABEL"];
inline bool NLClassifierOptions::_internal_has_output_label_tensor_name() const {}
inline bool NLClassifierOptions::has_output_label_tensor_name() const {}
inline void NLClassifierOptions::clear_output_label_tensor_name() {}
inline const std::string& NLClassifierOptions::output_label_tensor_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void NLClassifierOptions::set_output_label_tensor_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* NLClassifierOptions::mutable_output_label_tensor_name() {}
inline const std::string& NLClassifierOptions::_internal_output_label_tensor_name() const {}
inline void NLClassifierOptions::_internal_set_output_label_tensor_name(const std::string& value) {}
inline std::string* NLClassifierOptions::_internal_mutable_output_label_tensor_name() {}
inline std::string* NLClassifierOptions::release_output_label_tensor_name() {}
inline void NLClassifierOptions::set_allocated_output_label_tensor_name(std::string* output_label_tensor_name) {}

// optional int32 input_tensor_index = 5 [default = 0];
inline bool NLClassifierOptions::_internal_has_input_tensor_index() const {}
inline bool NLClassifierOptions::has_input_tensor_index() const {}
inline void NLClassifierOptions::clear_input_tensor_index() {}
inline int32_t NLClassifierOptions::_internal_input_tensor_index() const {}
inline int32_t NLClassifierOptions::input_tensor_index() const {}
inline void NLClassifierOptions::_internal_set_input_tensor_index(int32_t value) {}
inline void NLClassifierOptions::set_input_tensor_index(int32_t value) {}

// optional int32 output_score_tensor_index = 6 [default = 0];
inline bool NLClassifierOptions::_internal_has_output_score_tensor_index() const {}
inline bool NLClassifierOptions::has_output_score_tensor_index() const {}
inline void NLClassifierOptions::clear_output_score_tensor_index() {}
inline int32_t NLClassifierOptions::_internal_output_score_tensor_index() const {}
inline int32_t NLClassifierOptions::output_score_tensor_index() const {}
inline void NLClassifierOptions::_internal_set_output_score_tensor_index(int32_t value) {}
inline void NLClassifierOptions::set_output_score_tensor_index(int32_t value) {}

// optional int32 output_label_tensor_index = 7 [default = -1];
inline bool NLClassifierOptions::_internal_has_output_label_tensor_index() const {}
inline bool NLClassifierOptions::has_output_label_tensor_index() const {}
inline void NLClassifierOptions::clear_output_label_tensor_index() {}
inline int32_t NLClassifierOptions::_internal_output_label_tensor_index() const {}
inline int32_t NLClassifierOptions::output_label_tensor_index() const {}
inline void NLClassifierOptions::_internal_set_output_label_tensor_index(int32_t value) {}
inline void NLClassifierOptions::set_output_label_tensor_index(int32_t value) {}

#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__

// @@protoc_insertion_point(namespace_scope)

}  // namespace text
}  // namespace task
}  // namespace tflite

// @@protoc_insertion_point(global_scope)

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