Path: blob/master/modules/dnn/misc/tensorflow/op_def.pb.h
16358 views
// Generated by the protocol buffer compiler. DO NOT EDIT!1// source: op_def.proto23#ifndef PROTOBUF_op_5fdef_2eproto__INCLUDED4#define PROTOBUF_op_5fdef_2eproto__INCLUDED56#include <string>78#include <google/protobuf/stubs/common.h>910#if GOOGLE_PROTOBUF_VERSION < 300500011#error This file was generated by a newer version of protoc which is12#error incompatible with your Protocol Buffer headers. Please update13#error your headers.14#endif15#if 3005001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION16#error This file was generated by an older version of protoc which is17#error incompatible with your Protocol Buffer headers. Please18#error regenerate this file with a newer version of protoc.19#endif2021#include <google/protobuf/io/coded_stream.h>22#include <google/protobuf/arena.h>23#include <google/protobuf/arenastring.h>24#include <google/protobuf/generated_message_table_driven.h>25#include <google/protobuf/generated_message_util.h>26#include <google/protobuf/metadata.h>27#include <google/protobuf/message.h>28#include <google/protobuf/repeated_field.h> // IWYU pragma: export29#include <google/protobuf/extension_set.h> // IWYU pragma: export30#include <google/protobuf/unknown_field_set.h>31#include "attr_value.pb.h"32#include "types.pb.h"33// @@protoc_insertion_point(includes)3435namespace protobuf_op_5fdef_2eproto {36// Internal implementation detail -- do not use these members.37struct TableStruct {38static const ::google::protobuf::internal::ParseTableField entries[];39static const ::google::protobuf::internal::AuxillaryParseTableField aux[];40static const ::google::protobuf::internal::ParseTable schema[5];41static const ::google::protobuf::internal::FieldMetadata field_metadata[];42static const ::google::protobuf::internal::SerializationTable serialization_table[];43static const ::google::protobuf::uint32 offsets[];44};45void AddDescriptors();46void InitDefaultsOpDef_ArgDefImpl();47void InitDefaultsOpDef_ArgDef();48void InitDefaultsOpDef_AttrDefImpl();49void InitDefaultsOpDef_AttrDef();50void InitDefaultsOpDefImpl();51void InitDefaultsOpDef();52void InitDefaultsOpDeprecationImpl();53void InitDefaultsOpDeprecation();54void InitDefaultsOpListImpl();55void InitDefaultsOpList();56inline void InitDefaults() {57InitDefaultsOpDef_ArgDef();58InitDefaultsOpDef_AttrDef();59InitDefaultsOpDef();60InitDefaultsOpDeprecation();61InitDefaultsOpList();62}63} // namespace protobuf_op_5fdef_2eproto64namespace opencv_tensorflow {65class OpDef;66class OpDefDefaultTypeInternal;67extern OpDefDefaultTypeInternal _OpDef_default_instance_;68class OpDef_ArgDef;69class OpDef_ArgDefDefaultTypeInternal;70extern OpDef_ArgDefDefaultTypeInternal _OpDef_ArgDef_default_instance_;71class OpDef_AttrDef;72class OpDef_AttrDefDefaultTypeInternal;73extern OpDef_AttrDefDefaultTypeInternal _OpDef_AttrDef_default_instance_;74class OpDeprecation;75class OpDeprecationDefaultTypeInternal;76extern OpDeprecationDefaultTypeInternal _OpDeprecation_default_instance_;77class OpList;78class OpListDefaultTypeInternal;79extern OpListDefaultTypeInternal _OpList_default_instance_;80} // namespace opencv_tensorflow81namespace opencv_tensorflow {8283// ===================================================================8485class OpDef_ArgDef : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:opencv_tensorflow.OpDef.ArgDef) */ {86public:87OpDef_ArgDef();88virtual ~OpDef_ArgDef();8990OpDef_ArgDef(const OpDef_ArgDef& from);9192inline OpDef_ArgDef& operator=(const OpDef_ArgDef& from) {93CopyFrom(from);94return *this;95}96#if LANG_CXX1197OpDef_ArgDef(OpDef_ArgDef&& from) noexcept98: OpDef_ArgDef() {99*this = ::std::move(from);100}101102inline OpDef_ArgDef& operator=(OpDef_ArgDef&& from) noexcept {103if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {104if (this != &from) InternalSwap(&from);105} else {106CopyFrom(from);107}108return *this;109}110#endif111inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL {112return GetArenaNoVirtual();113}114inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL {115return MaybeArenaPtr();116}117static const ::google::protobuf::Descriptor* descriptor();118static const OpDef_ArgDef& default_instance();119120static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY121static inline const OpDef_ArgDef* internal_default_instance() {122return reinterpret_cast<const OpDef_ArgDef*>(123&_OpDef_ArgDef_default_instance_);124}125static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =1260;127128void UnsafeArenaSwap(OpDef_ArgDef* other);129void Swap(OpDef_ArgDef* other);130friend void swap(OpDef_ArgDef& a, OpDef_ArgDef& b) {131a.Swap(&b);132}133134// implements Message ----------------------------------------------135136inline OpDef_ArgDef* New() const PROTOBUF_FINAL { return New(NULL); }137138OpDef_ArgDef* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;139void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;140void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;141void CopyFrom(const OpDef_ArgDef& from);142void MergeFrom(const OpDef_ArgDef& from);143void Clear() PROTOBUF_FINAL;144bool IsInitialized() const PROTOBUF_FINAL;145146size_t ByteSizeLong() const PROTOBUF_FINAL;147bool MergePartialFromCodedStream(148::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;149void SerializeWithCachedSizes(150::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;151::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(152bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;153int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }154private:155void SharedCtor();156void SharedDtor();157void SetCachedSize(int size) const PROTOBUF_FINAL;158void InternalSwap(OpDef_ArgDef* other);159protected:160explicit OpDef_ArgDef(::google::protobuf::Arena* arena);161private:162static void ArenaDtor(void* object);163inline void RegisterArenaDtor(::google::protobuf::Arena* arena);164private:165inline ::google::protobuf::Arena* GetArenaNoVirtual() const {166return _internal_metadata_.arena();167}168inline void* MaybeArenaPtr() const {169return _internal_metadata_.raw_arena_ptr();170}171public:172173::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;174175// nested types ----------------------------------------------------176177// accessors -------------------------------------------------------178179// string name = 1;180void clear_name();181static const int kNameFieldNumber = 1;182const ::std::string& name() const;183void set_name(const ::std::string& value);184#if LANG_CXX11185void set_name(::std::string&& value);186#endif187void set_name(const char* value);188void set_name(const char* value, size_t size);189::std::string* mutable_name();190::std::string* release_name();191void set_allocated_name(::std::string* name);192PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"193" string fields are deprecated and will be removed in a"194" future release.")195::std::string* unsafe_arena_release_name();196PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"197" string fields are deprecated and will be removed in a"198" future release.")199void unsafe_arena_set_allocated_name(200::std::string* name);201202// string description = 2;203void clear_description();204static const int kDescriptionFieldNumber = 2;205const ::std::string& description() const;206void set_description(const ::std::string& value);207#if LANG_CXX11208void set_description(::std::string&& value);209#endif210void set_description(const char* value);211void set_description(const char* value, size_t size);212::std::string* mutable_description();213::std::string* release_description();214void set_allocated_description(::std::string* description);215PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"216" string fields are deprecated and will be removed in a"217" future release.")218::std::string* unsafe_arena_release_description();219PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"220" string fields are deprecated and will be removed in a"221" future release.")222void unsafe_arena_set_allocated_description(223::std::string* description);224225// string type_attr = 4;226void clear_type_attr();227static const int kTypeAttrFieldNumber = 4;228const ::std::string& type_attr() const;229void set_type_attr(const ::std::string& value);230#if LANG_CXX11231void set_type_attr(::std::string&& value);232#endif233void set_type_attr(const char* value);234void set_type_attr(const char* value, size_t size);235::std::string* mutable_type_attr();236::std::string* release_type_attr();237void set_allocated_type_attr(::std::string* type_attr);238PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"239" string fields are deprecated and will be removed in a"240" future release.")241::std::string* unsafe_arena_release_type_attr();242PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"243" string fields are deprecated and will be removed in a"244" future release.")245void unsafe_arena_set_allocated_type_attr(246::std::string* type_attr);247248// string number_attr = 5;249void clear_number_attr();250static const int kNumberAttrFieldNumber = 5;251const ::std::string& number_attr() const;252void set_number_attr(const ::std::string& value);253#if LANG_CXX11254void set_number_attr(::std::string&& value);255#endif256void set_number_attr(const char* value);257void set_number_attr(const char* value, size_t size);258::std::string* mutable_number_attr();259::std::string* release_number_attr();260void set_allocated_number_attr(::std::string* number_attr);261PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"262" string fields are deprecated and will be removed in a"263" future release.")264::std::string* unsafe_arena_release_number_attr();265PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"266" string fields are deprecated and will be removed in a"267" future release.")268void unsafe_arena_set_allocated_number_attr(269::std::string* number_attr);270271// string type_list_attr = 6;272void clear_type_list_attr();273static const int kTypeListAttrFieldNumber = 6;274const ::std::string& type_list_attr() const;275void set_type_list_attr(const ::std::string& value);276#if LANG_CXX11277void set_type_list_attr(::std::string&& value);278#endif279void set_type_list_attr(const char* value);280void set_type_list_attr(const char* value, size_t size);281::std::string* mutable_type_list_attr();282::std::string* release_type_list_attr();283void set_allocated_type_list_attr(::std::string* type_list_attr);284PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"285" string fields are deprecated and will be removed in a"286" future release.")287::std::string* unsafe_arena_release_type_list_attr();288PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"289" string fields are deprecated and will be removed in a"290" future release.")291void unsafe_arena_set_allocated_type_list_attr(292::std::string* type_list_attr);293294// .opencv_tensorflow.DataType type = 3;295void clear_type();296static const int kTypeFieldNumber = 3;297::opencv_tensorflow::DataType type() const;298void set_type(::opencv_tensorflow::DataType value);299300// bool is_ref = 16;301void clear_is_ref();302static const int kIsRefFieldNumber = 16;303bool is_ref() const;304void set_is_ref(bool value);305306// @@protoc_insertion_point(class_scope:opencv_tensorflow.OpDef.ArgDef)307private:308309::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;310template <typename T> friend class ::google::protobuf::Arena::InternalHelper;311typedef void InternalArenaConstructable_;312typedef void DestructorSkippable_;313::google::protobuf::internal::ArenaStringPtr name_;314::google::protobuf::internal::ArenaStringPtr description_;315::google::protobuf::internal::ArenaStringPtr type_attr_;316::google::protobuf::internal::ArenaStringPtr number_attr_;317::google::protobuf::internal::ArenaStringPtr type_list_attr_;318int type_;319bool is_ref_;320mutable int _cached_size_;321friend struct ::protobuf_op_5fdef_2eproto::TableStruct;322friend void ::protobuf_op_5fdef_2eproto::InitDefaultsOpDef_ArgDefImpl();323};324// -------------------------------------------------------------------325326class OpDef_AttrDef : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:opencv_tensorflow.OpDef.AttrDef) */ {327public:328OpDef_AttrDef();329virtual ~OpDef_AttrDef();330331OpDef_AttrDef(const OpDef_AttrDef& from);332333inline OpDef_AttrDef& operator=(const OpDef_AttrDef& from) {334CopyFrom(from);335return *this;336}337#if LANG_CXX11338OpDef_AttrDef(OpDef_AttrDef&& from) noexcept339: OpDef_AttrDef() {340*this = ::std::move(from);341}342343inline OpDef_AttrDef& operator=(OpDef_AttrDef&& from) noexcept {344if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {345if (this != &from) InternalSwap(&from);346} else {347CopyFrom(from);348}349return *this;350}351#endif352inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL {353return GetArenaNoVirtual();354}355inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL {356return MaybeArenaPtr();357}358static const ::google::protobuf::Descriptor* descriptor();359static const OpDef_AttrDef& default_instance();360361static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY362static inline const OpDef_AttrDef* internal_default_instance() {363return reinterpret_cast<const OpDef_AttrDef*>(364&_OpDef_AttrDef_default_instance_);365}366static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =3671;368369void UnsafeArenaSwap(OpDef_AttrDef* other);370void Swap(OpDef_AttrDef* other);371friend void swap(OpDef_AttrDef& a, OpDef_AttrDef& b) {372a.Swap(&b);373}374375// implements Message ----------------------------------------------376377inline OpDef_AttrDef* New() const PROTOBUF_FINAL { return New(NULL); }378379OpDef_AttrDef* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;380void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;381void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;382void CopyFrom(const OpDef_AttrDef& from);383void MergeFrom(const OpDef_AttrDef& from);384void Clear() PROTOBUF_FINAL;385bool IsInitialized() const PROTOBUF_FINAL;386387size_t ByteSizeLong() const PROTOBUF_FINAL;388bool MergePartialFromCodedStream(389::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;390void SerializeWithCachedSizes(391::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;392::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(393bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;394int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }395private:396void SharedCtor();397void SharedDtor();398void SetCachedSize(int size) const PROTOBUF_FINAL;399void InternalSwap(OpDef_AttrDef* other);400protected:401explicit OpDef_AttrDef(::google::protobuf::Arena* arena);402private:403static void ArenaDtor(void* object);404inline void RegisterArenaDtor(::google::protobuf::Arena* arena);405private:406inline ::google::protobuf::Arena* GetArenaNoVirtual() const {407return _internal_metadata_.arena();408}409inline void* MaybeArenaPtr() const {410return _internal_metadata_.raw_arena_ptr();411}412public:413414::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;415416// nested types ----------------------------------------------------417418// accessors -------------------------------------------------------419420// string name = 1;421void clear_name();422static const int kNameFieldNumber = 1;423const ::std::string& name() const;424void set_name(const ::std::string& value);425#if LANG_CXX11426void set_name(::std::string&& value);427#endif428void set_name(const char* value);429void set_name(const char* value, size_t size);430::std::string* mutable_name();431::std::string* release_name();432void set_allocated_name(::std::string* name);433PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"434" string fields are deprecated and will be removed in a"435" future release.")436::std::string* unsafe_arena_release_name();437PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"438" string fields are deprecated and will be removed in a"439" future release.")440void unsafe_arena_set_allocated_name(441::std::string* name);442443// string type = 2;444void clear_type();445static const int kTypeFieldNumber = 2;446const ::std::string& type() const;447void set_type(const ::std::string& value);448#if LANG_CXX11449void set_type(::std::string&& value);450#endif451void set_type(const char* value);452void set_type(const char* value, size_t size);453::std::string* mutable_type();454::std::string* release_type();455void set_allocated_type(::std::string* type);456PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"457" string fields are deprecated and will be removed in a"458" future release.")459::std::string* unsafe_arena_release_type();460PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"461" string fields are deprecated and will be removed in a"462" future release.")463void unsafe_arena_set_allocated_type(464::std::string* type);465466// string description = 4;467void clear_description();468static const int kDescriptionFieldNumber = 4;469const ::std::string& description() const;470void set_description(const ::std::string& value);471#if LANG_CXX11472void set_description(::std::string&& value);473#endif474void set_description(const char* value);475void set_description(const char* value, size_t size);476::std::string* mutable_description();477::std::string* release_description();478void set_allocated_description(::std::string* description);479PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"480" string fields are deprecated and will be removed in a"481" future release.")482::std::string* unsafe_arena_release_description();483PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"484" string fields are deprecated and will be removed in a"485" future release.")486void unsafe_arena_set_allocated_description(487::std::string* description);488489// .opencv_tensorflow.AttrValue default_value = 3;490bool has_default_value() const;491void clear_default_value();492static const int kDefaultValueFieldNumber = 3;493private:494void _slow_mutable_default_value();495public:496const ::opencv_tensorflow::AttrValue& default_value() const;497::opencv_tensorflow::AttrValue* release_default_value();498::opencv_tensorflow::AttrValue* mutable_default_value();499void set_allocated_default_value(::opencv_tensorflow::AttrValue* default_value);500void unsafe_arena_set_allocated_default_value(501::opencv_tensorflow::AttrValue* default_value);502::opencv_tensorflow::AttrValue* unsafe_arena_release_default_value();503504// .opencv_tensorflow.AttrValue allowed_values = 7;505bool has_allowed_values() const;506void clear_allowed_values();507static const int kAllowedValuesFieldNumber = 7;508private:509void _slow_mutable_allowed_values();510public:511const ::opencv_tensorflow::AttrValue& allowed_values() const;512::opencv_tensorflow::AttrValue* release_allowed_values();513::opencv_tensorflow::AttrValue* mutable_allowed_values();514void set_allocated_allowed_values(::opencv_tensorflow::AttrValue* allowed_values);515void unsafe_arena_set_allocated_allowed_values(516::opencv_tensorflow::AttrValue* allowed_values);517::opencv_tensorflow::AttrValue* unsafe_arena_release_allowed_values();518519// int64 minimum = 6;520void clear_minimum();521static const int kMinimumFieldNumber = 6;522::google::protobuf::int64 minimum() const;523void set_minimum(::google::protobuf::int64 value);524525// bool has_minimum = 5;526void clear_has_minimum();527static const int kHasMinimumFieldNumber = 5;528bool has_minimum() const;529void set_has_minimum(bool value);530531// @@protoc_insertion_point(class_scope:opencv_tensorflow.OpDef.AttrDef)532private:533534::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;535template <typename T> friend class ::google::protobuf::Arena::InternalHelper;536typedef void InternalArenaConstructable_;537typedef void DestructorSkippable_;538::google::protobuf::internal::ArenaStringPtr name_;539::google::protobuf::internal::ArenaStringPtr type_;540::google::protobuf::internal::ArenaStringPtr description_;541::opencv_tensorflow::AttrValue* default_value_;542::opencv_tensorflow::AttrValue* allowed_values_;543::google::protobuf::int64 minimum_;544bool has_minimum_;545mutable int _cached_size_;546friend struct ::protobuf_op_5fdef_2eproto::TableStruct;547friend void ::protobuf_op_5fdef_2eproto::InitDefaultsOpDef_AttrDefImpl();548};549// -------------------------------------------------------------------550551class OpDef : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:opencv_tensorflow.OpDef) */ {552public:553OpDef();554virtual ~OpDef();555556OpDef(const OpDef& from);557558inline OpDef& operator=(const OpDef& from) {559CopyFrom(from);560return *this;561}562#if LANG_CXX11563OpDef(OpDef&& from) noexcept564: OpDef() {565*this = ::std::move(from);566}567568inline OpDef& operator=(OpDef&& from) noexcept {569if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {570if (this != &from) InternalSwap(&from);571} else {572CopyFrom(from);573}574return *this;575}576#endif577inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL {578return GetArenaNoVirtual();579}580inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL {581return MaybeArenaPtr();582}583static const ::google::protobuf::Descriptor* descriptor();584static const OpDef& default_instance();585586static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY587static inline const OpDef* internal_default_instance() {588return reinterpret_cast<const OpDef*>(589&_OpDef_default_instance_);590}591static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =5922;593594void UnsafeArenaSwap(OpDef* other);595void Swap(OpDef* other);596friend void swap(OpDef& a, OpDef& b) {597a.Swap(&b);598}599600// implements Message ----------------------------------------------601602inline OpDef* New() const PROTOBUF_FINAL { return New(NULL); }603604OpDef* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;605void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;606void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;607void CopyFrom(const OpDef& from);608void MergeFrom(const OpDef& from);609void Clear() PROTOBUF_FINAL;610bool IsInitialized() const PROTOBUF_FINAL;611612size_t ByteSizeLong() const PROTOBUF_FINAL;613bool MergePartialFromCodedStream(614::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;615void SerializeWithCachedSizes(616::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;617::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(618bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;619int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }620private:621void SharedCtor();622void SharedDtor();623void SetCachedSize(int size) const PROTOBUF_FINAL;624void InternalSwap(OpDef* other);625protected:626explicit OpDef(::google::protobuf::Arena* arena);627private:628static void ArenaDtor(void* object);629inline void RegisterArenaDtor(::google::protobuf::Arena* arena);630private:631inline ::google::protobuf::Arena* GetArenaNoVirtual() const {632return _internal_metadata_.arena();633}634inline void* MaybeArenaPtr() const {635return _internal_metadata_.raw_arena_ptr();636}637public:638639::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;640641// nested types ----------------------------------------------------642643typedef OpDef_ArgDef ArgDef;644typedef OpDef_AttrDef AttrDef;645646// accessors -------------------------------------------------------647648// repeated .opencv_tensorflow.OpDef.ArgDef input_arg = 2;649int input_arg_size() const;650void clear_input_arg();651static const int kInputArgFieldNumber = 2;652const ::opencv_tensorflow::OpDef_ArgDef& input_arg(int index) const;653::opencv_tensorflow::OpDef_ArgDef* mutable_input_arg(int index);654::opencv_tensorflow::OpDef_ArgDef* add_input_arg();655::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef >*656mutable_input_arg();657const ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef >&658input_arg() const;659660// repeated .opencv_tensorflow.OpDef.ArgDef output_arg = 3;661int output_arg_size() const;662void clear_output_arg();663static const int kOutputArgFieldNumber = 3;664const ::opencv_tensorflow::OpDef_ArgDef& output_arg(int index) const;665::opencv_tensorflow::OpDef_ArgDef* mutable_output_arg(int index);666::opencv_tensorflow::OpDef_ArgDef* add_output_arg();667::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef >*668mutable_output_arg();669const ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef >&670output_arg() const;671672// repeated .opencv_tensorflow.OpDef.AttrDef attr = 4;673int attr_size() const;674void clear_attr();675static const int kAttrFieldNumber = 4;676const ::opencv_tensorflow::OpDef_AttrDef& attr(int index) const;677::opencv_tensorflow::OpDef_AttrDef* mutable_attr(int index);678::opencv_tensorflow::OpDef_AttrDef* add_attr();679::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_AttrDef >*680mutable_attr();681const ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_AttrDef >&682attr() const;683684// string name = 1;685void clear_name();686static const int kNameFieldNumber = 1;687const ::std::string& name() const;688void set_name(const ::std::string& value);689#if LANG_CXX11690void set_name(::std::string&& value);691#endif692void set_name(const char* value);693void set_name(const char* value, size_t size);694::std::string* mutable_name();695::std::string* release_name();696void set_allocated_name(::std::string* name);697PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"698" string fields are deprecated and will be removed in a"699" future release.")700::std::string* unsafe_arena_release_name();701PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"702" string fields are deprecated and will be removed in a"703" future release.")704void unsafe_arena_set_allocated_name(705::std::string* name);706707// string summary = 5;708void clear_summary();709static const int kSummaryFieldNumber = 5;710const ::std::string& summary() const;711void set_summary(const ::std::string& value);712#if LANG_CXX11713void set_summary(::std::string&& value);714#endif715void set_summary(const char* value);716void set_summary(const char* value, size_t size);717::std::string* mutable_summary();718::std::string* release_summary();719void set_allocated_summary(::std::string* summary);720PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"721" string fields are deprecated and will be removed in a"722" future release.")723::std::string* unsafe_arena_release_summary();724PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"725" string fields are deprecated and will be removed in a"726" future release.")727void unsafe_arena_set_allocated_summary(728::std::string* summary);729730// string description = 6;731void clear_description();732static const int kDescriptionFieldNumber = 6;733const ::std::string& description() const;734void set_description(const ::std::string& value);735#if LANG_CXX11736void set_description(::std::string&& value);737#endif738void set_description(const char* value);739void set_description(const char* value, size_t size);740::std::string* mutable_description();741::std::string* release_description();742void set_allocated_description(::std::string* description);743PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"744" string fields are deprecated and will be removed in a"745" future release.")746::std::string* unsafe_arena_release_description();747PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"748" string fields are deprecated and will be removed in a"749" future release.")750void unsafe_arena_set_allocated_description(751::std::string* description);752753// .opencv_tensorflow.OpDeprecation deprecation = 8;754bool has_deprecation() const;755void clear_deprecation();756static const int kDeprecationFieldNumber = 8;757private:758void _slow_mutable_deprecation();759public:760const ::opencv_tensorflow::OpDeprecation& deprecation() const;761::opencv_tensorflow::OpDeprecation* release_deprecation();762::opencv_tensorflow::OpDeprecation* mutable_deprecation();763void set_allocated_deprecation(::opencv_tensorflow::OpDeprecation* deprecation);764void unsafe_arena_set_allocated_deprecation(765::opencv_tensorflow::OpDeprecation* deprecation);766::opencv_tensorflow::OpDeprecation* unsafe_arena_release_deprecation();767768// bool is_commutative = 18;769void clear_is_commutative();770static const int kIsCommutativeFieldNumber = 18;771bool is_commutative() const;772void set_is_commutative(bool value);773774// bool is_aggregate = 16;775void clear_is_aggregate();776static const int kIsAggregateFieldNumber = 16;777bool is_aggregate() const;778void set_is_aggregate(bool value);779780// bool is_stateful = 17;781void clear_is_stateful();782static const int kIsStatefulFieldNumber = 17;783bool is_stateful() const;784void set_is_stateful(bool value);785786// bool allows_uninitialized_input = 19;787void clear_allows_uninitialized_input();788static const int kAllowsUninitializedInputFieldNumber = 19;789bool allows_uninitialized_input() const;790void set_allows_uninitialized_input(bool value);791792// @@protoc_insertion_point(class_scope:opencv_tensorflow.OpDef)793private:794795::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;796template <typename T> friend class ::google::protobuf::Arena::InternalHelper;797typedef void InternalArenaConstructable_;798typedef void DestructorSkippable_;799::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef > input_arg_;800::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef > output_arg_;801::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_AttrDef > attr_;802::google::protobuf::internal::ArenaStringPtr name_;803::google::protobuf::internal::ArenaStringPtr summary_;804::google::protobuf::internal::ArenaStringPtr description_;805::opencv_tensorflow::OpDeprecation* deprecation_;806bool is_commutative_;807bool is_aggregate_;808bool is_stateful_;809bool allows_uninitialized_input_;810mutable int _cached_size_;811friend struct ::protobuf_op_5fdef_2eproto::TableStruct;812friend void ::protobuf_op_5fdef_2eproto::InitDefaultsOpDefImpl();813};814// -------------------------------------------------------------------815816class OpDeprecation : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:opencv_tensorflow.OpDeprecation) */ {817public:818OpDeprecation();819virtual ~OpDeprecation();820821OpDeprecation(const OpDeprecation& from);822823inline OpDeprecation& operator=(const OpDeprecation& from) {824CopyFrom(from);825return *this;826}827#if LANG_CXX11828OpDeprecation(OpDeprecation&& from) noexcept829: OpDeprecation() {830*this = ::std::move(from);831}832833inline OpDeprecation& operator=(OpDeprecation&& from) noexcept {834if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {835if (this != &from) InternalSwap(&from);836} else {837CopyFrom(from);838}839return *this;840}841#endif842inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL {843return GetArenaNoVirtual();844}845inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL {846return MaybeArenaPtr();847}848static const ::google::protobuf::Descriptor* descriptor();849static const OpDeprecation& default_instance();850851static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY852static inline const OpDeprecation* internal_default_instance() {853return reinterpret_cast<const OpDeprecation*>(854&_OpDeprecation_default_instance_);855}856static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =8573;858859void UnsafeArenaSwap(OpDeprecation* other);860void Swap(OpDeprecation* other);861friend void swap(OpDeprecation& a, OpDeprecation& b) {862a.Swap(&b);863}864865// implements Message ----------------------------------------------866867inline OpDeprecation* New() const PROTOBUF_FINAL { return New(NULL); }868869OpDeprecation* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;870void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;871void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;872void CopyFrom(const OpDeprecation& from);873void MergeFrom(const OpDeprecation& from);874void Clear() PROTOBUF_FINAL;875bool IsInitialized() const PROTOBUF_FINAL;876877size_t ByteSizeLong() const PROTOBUF_FINAL;878bool MergePartialFromCodedStream(879::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;880void SerializeWithCachedSizes(881::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;882::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(883bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;884int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }885private:886void SharedCtor();887void SharedDtor();888void SetCachedSize(int size) const PROTOBUF_FINAL;889void InternalSwap(OpDeprecation* other);890protected:891explicit OpDeprecation(::google::protobuf::Arena* arena);892private:893static void ArenaDtor(void* object);894inline void RegisterArenaDtor(::google::protobuf::Arena* arena);895private:896inline ::google::protobuf::Arena* GetArenaNoVirtual() const {897return _internal_metadata_.arena();898}899inline void* MaybeArenaPtr() const {900return _internal_metadata_.raw_arena_ptr();901}902public:903904::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;905906// nested types ----------------------------------------------------907908// accessors -------------------------------------------------------909910// string explanation = 2;911void clear_explanation();912static const int kExplanationFieldNumber = 2;913const ::std::string& explanation() const;914void set_explanation(const ::std::string& value);915#if LANG_CXX11916void set_explanation(::std::string&& value);917#endif918void set_explanation(const char* value);919void set_explanation(const char* value, size_t size);920::std::string* mutable_explanation();921::std::string* release_explanation();922void set_allocated_explanation(::std::string* explanation);923PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"924" string fields are deprecated and will be removed in a"925" future release.")926::std::string* unsafe_arena_release_explanation();927PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"928" string fields are deprecated and will be removed in a"929" future release.")930void unsafe_arena_set_allocated_explanation(931::std::string* explanation);932933// int32 version = 1;934void clear_version();935static const int kVersionFieldNumber = 1;936::google::protobuf::int32 version() const;937void set_version(::google::protobuf::int32 value);938939// @@protoc_insertion_point(class_scope:opencv_tensorflow.OpDeprecation)940private:941942::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;943template <typename T> friend class ::google::protobuf::Arena::InternalHelper;944typedef void InternalArenaConstructable_;945typedef void DestructorSkippable_;946::google::protobuf::internal::ArenaStringPtr explanation_;947::google::protobuf::int32 version_;948mutable int _cached_size_;949friend struct ::protobuf_op_5fdef_2eproto::TableStruct;950friend void ::protobuf_op_5fdef_2eproto::InitDefaultsOpDeprecationImpl();951};952// -------------------------------------------------------------------953954class OpList : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:opencv_tensorflow.OpList) */ {955public:956OpList();957virtual ~OpList();958959OpList(const OpList& from);960961inline OpList& operator=(const OpList& from) {962CopyFrom(from);963return *this;964}965#if LANG_CXX11966OpList(OpList&& from) noexcept967: OpList() {968*this = ::std::move(from);969}970971inline OpList& operator=(OpList&& from) noexcept {972if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {973if (this != &from) InternalSwap(&from);974} else {975CopyFrom(from);976}977return *this;978}979#endif980inline ::google::protobuf::Arena* GetArena() const PROTOBUF_FINAL {981return GetArenaNoVirtual();982}983inline void* GetMaybeArenaPointer() const PROTOBUF_FINAL {984return MaybeArenaPtr();985}986static const ::google::protobuf::Descriptor* descriptor();987static const OpList& default_instance();988989static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY990static inline const OpList* internal_default_instance() {991return reinterpret_cast<const OpList*>(992&_OpList_default_instance_);993}994static PROTOBUF_CONSTEXPR int const kIndexInFileMessages =9954;996997void UnsafeArenaSwap(OpList* other);998void Swap(OpList* other);999friend void swap(OpList& a, OpList& b) {1000a.Swap(&b);1001}10021003// implements Message ----------------------------------------------10041005inline OpList* New() const PROTOBUF_FINAL { return New(NULL); }10061007OpList* New(::google::protobuf::Arena* arena) const PROTOBUF_FINAL;1008void CopyFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;1009void MergeFrom(const ::google::protobuf::Message& from) PROTOBUF_FINAL;1010void CopyFrom(const OpList& from);1011void MergeFrom(const OpList& from);1012void Clear() PROTOBUF_FINAL;1013bool IsInitialized() const PROTOBUF_FINAL;10141015size_t ByteSizeLong() const PROTOBUF_FINAL;1016bool MergePartialFromCodedStream(1017::google::protobuf::io::CodedInputStream* input) PROTOBUF_FINAL;1018void SerializeWithCachedSizes(1019::google::protobuf::io::CodedOutputStream* output) const PROTOBUF_FINAL;1020::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(1021bool deterministic, ::google::protobuf::uint8* target) const PROTOBUF_FINAL;1022int GetCachedSize() const PROTOBUF_FINAL { return _cached_size_; }1023private:1024void SharedCtor();1025void SharedDtor();1026void SetCachedSize(int size) const PROTOBUF_FINAL;1027void InternalSwap(OpList* other);1028protected:1029explicit OpList(::google::protobuf::Arena* arena);1030private:1031static void ArenaDtor(void* object);1032inline void RegisterArenaDtor(::google::protobuf::Arena* arena);1033private:1034inline ::google::protobuf::Arena* GetArenaNoVirtual() const {1035return _internal_metadata_.arena();1036}1037inline void* MaybeArenaPtr() const {1038return _internal_metadata_.raw_arena_ptr();1039}1040public:10411042::google::protobuf::Metadata GetMetadata() const PROTOBUF_FINAL;10431044// nested types ----------------------------------------------------10451046// accessors -------------------------------------------------------10471048// repeated .opencv_tensorflow.OpDef op = 1;1049int op_size() const;1050void clear_op();1051static const int kOpFieldNumber = 1;1052const ::opencv_tensorflow::OpDef& op(int index) const;1053::opencv_tensorflow::OpDef* mutable_op(int index);1054::opencv_tensorflow::OpDef* add_op();1055::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef >*1056mutable_op();1057const ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef >&1058op() const;10591060// @@protoc_insertion_point(class_scope:opencv_tensorflow.OpList)1061private:10621063::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;1064template <typename T> friend class ::google::protobuf::Arena::InternalHelper;1065typedef void InternalArenaConstructable_;1066typedef void DestructorSkippable_;1067::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef > op_;1068mutable int _cached_size_;1069friend struct ::protobuf_op_5fdef_2eproto::TableStruct;1070friend void ::protobuf_op_5fdef_2eproto::InitDefaultsOpListImpl();1071};1072// ===================================================================107310741075// ===================================================================10761077#ifdef __GNUC__1078#pragma GCC diagnostic push1079#pragma GCC diagnostic ignored "-Wstrict-aliasing"1080#endif // __GNUC__1081// OpDef_ArgDef10821083// string name = 1;1084inline void OpDef_ArgDef::clear_name() {1085name_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1086}1087inline const ::std::string& OpDef_ArgDef::name() const {1088// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.ArgDef.name)1089return name_.Get();1090}1091inline void OpDef_ArgDef::set_name(const ::std::string& value) {10921093name_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());1094// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.ArgDef.name)1095}1096#if LANG_CXX111097inline void OpDef_ArgDef::set_name(::std::string&& value) {10981099name_.Set(1100&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());1101// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.ArgDef.name)1102}1103#endif1104inline void OpDef_ArgDef::set_name(const char* value) {1105GOOGLE_DCHECK(value != NULL);11061107name_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),1108GetArenaNoVirtual());1109// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.ArgDef.name)1110}1111inline void OpDef_ArgDef::set_name(const char* value,1112size_t size) {11131114name_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(1115reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());1116// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.ArgDef.name)1117}1118inline ::std::string* OpDef_ArgDef::mutable_name() {11191120// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.ArgDef.name)1121return name_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1122}1123inline ::std::string* OpDef_ArgDef::release_name() {1124// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.ArgDef.name)11251126return name_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1127}1128inline void OpDef_ArgDef::set_allocated_name(::std::string* name) {1129if (name != NULL) {11301131} else {11321133}1134name_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name,1135GetArenaNoVirtual());1136// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.ArgDef.name)1137}1138inline ::std::string* OpDef_ArgDef::unsafe_arena_release_name() {1139// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.ArgDef.name)1140GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);11411142return name_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1143GetArenaNoVirtual());1144}1145inline void OpDef_ArgDef::unsafe_arena_set_allocated_name(1146::std::string* name) {1147GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);1148if (name != NULL) {11491150} else {11511152}1153name_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1154name, GetArenaNoVirtual());1155// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.ArgDef.name)1156}11571158// string description = 2;1159inline void OpDef_ArgDef::clear_description() {1160description_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1161}1162inline const ::std::string& OpDef_ArgDef::description() const {1163// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.ArgDef.description)1164return description_.Get();1165}1166inline void OpDef_ArgDef::set_description(const ::std::string& value) {11671168description_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());1169// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.ArgDef.description)1170}1171#if LANG_CXX111172inline void OpDef_ArgDef::set_description(::std::string&& value) {11731174description_.Set(1175&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());1176// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.ArgDef.description)1177}1178#endif1179inline void OpDef_ArgDef::set_description(const char* value) {1180GOOGLE_DCHECK(value != NULL);11811182description_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),1183GetArenaNoVirtual());1184// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.ArgDef.description)1185}1186inline void OpDef_ArgDef::set_description(const char* value,1187size_t size) {11881189description_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(1190reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());1191// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.ArgDef.description)1192}1193inline ::std::string* OpDef_ArgDef::mutable_description() {11941195// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.ArgDef.description)1196return description_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1197}1198inline ::std::string* OpDef_ArgDef::release_description() {1199// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.ArgDef.description)12001201return description_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1202}1203inline void OpDef_ArgDef::set_allocated_description(::std::string* description) {1204if (description != NULL) {12051206} else {12071208}1209description_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), description,1210GetArenaNoVirtual());1211// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.ArgDef.description)1212}1213inline ::std::string* OpDef_ArgDef::unsafe_arena_release_description() {1214// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.ArgDef.description)1215GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);12161217return description_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1218GetArenaNoVirtual());1219}1220inline void OpDef_ArgDef::unsafe_arena_set_allocated_description(1221::std::string* description) {1222GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);1223if (description != NULL) {12241225} else {12261227}1228description_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1229description, GetArenaNoVirtual());1230// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.ArgDef.description)1231}12321233// .opencv_tensorflow.DataType type = 3;1234inline void OpDef_ArgDef::clear_type() {1235type_ = 0;1236}1237inline ::opencv_tensorflow::DataType OpDef_ArgDef::type() const {1238// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.ArgDef.type)1239return static_cast< ::opencv_tensorflow::DataType >(type_);1240}1241inline void OpDef_ArgDef::set_type(::opencv_tensorflow::DataType value) {12421243type_ = value;1244// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.ArgDef.type)1245}12461247// string type_attr = 4;1248inline void OpDef_ArgDef::clear_type_attr() {1249type_attr_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1250}1251inline const ::std::string& OpDef_ArgDef::type_attr() const {1252// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.ArgDef.type_attr)1253return type_attr_.Get();1254}1255inline void OpDef_ArgDef::set_type_attr(const ::std::string& value) {12561257type_attr_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());1258// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.ArgDef.type_attr)1259}1260#if LANG_CXX111261inline void OpDef_ArgDef::set_type_attr(::std::string&& value) {12621263type_attr_.Set(1264&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());1265// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.ArgDef.type_attr)1266}1267#endif1268inline void OpDef_ArgDef::set_type_attr(const char* value) {1269GOOGLE_DCHECK(value != NULL);12701271type_attr_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),1272GetArenaNoVirtual());1273// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.ArgDef.type_attr)1274}1275inline void OpDef_ArgDef::set_type_attr(const char* value,1276size_t size) {12771278type_attr_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(1279reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());1280// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.ArgDef.type_attr)1281}1282inline ::std::string* OpDef_ArgDef::mutable_type_attr() {12831284// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.ArgDef.type_attr)1285return type_attr_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1286}1287inline ::std::string* OpDef_ArgDef::release_type_attr() {1288// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.ArgDef.type_attr)12891290return type_attr_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1291}1292inline void OpDef_ArgDef::set_allocated_type_attr(::std::string* type_attr) {1293if (type_attr != NULL) {12941295} else {12961297}1298type_attr_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type_attr,1299GetArenaNoVirtual());1300// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.ArgDef.type_attr)1301}1302inline ::std::string* OpDef_ArgDef::unsafe_arena_release_type_attr() {1303// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.ArgDef.type_attr)1304GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);13051306return type_attr_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1307GetArenaNoVirtual());1308}1309inline void OpDef_ArgDef::unsafe_arena_set_allocated_type_attr(1310::std::string* type_attr) {1311GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);1312if (type_attr != NULL) {13131314} else {13151316}1317type_attr_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1318type_attr, GetArenaNoVirtual());1319// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.ArgDef.type_attr)1320}13211322// string number_attr = 5;1323inline void OpDef_ArgDef::clear_number_attr() {1324number_attr_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1325}1326inline const ::std::string& OpDef_ArgDef::number_attr() const {1327// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.ArgDef.number_attr)1328return number_attr_.Get();1329}1330inline void OpDef_ArgDef::set_number_attr(const ::std::string& value) {13311332number_attr_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());1333// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.ArgDef.number_attr)1334}1335#if LANG_CXX111336inline void OpDef_ArgDef::set_number_attr(::std::string&& value) {13371338number_attr_.Set(1339&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());1340// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.ArgDef.number_attr)1341}1342#endif1343inline void OpDef_ArgDef::set_number_attr(const char* value) {1344GOOGLE_DCHECK(value != NULL);13451346number_attr_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),1347GetArenaNoVirtual());1348// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.ArgDef.number_attr)1349}1350inline void OpDef_ArgDef::set_number_attr(const char* value,1351size_t size) {13521353number_attr_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(1354reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());1355// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.ArgDef.number_attr)1356}1357inline ::std::string* OpDef_ArgDef::mutable_number_attr() {13581359// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.ArgDef.number_attr)1360return number_attr_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1361}1362inline ::std::string* OpDef_ArgDef::release_number_attr() {1363// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.ArgDef.number_attr)13641365return number_attr_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1366}1367inline void OpDef_ArgDef::set_allocated_number_attr(::std::string* number_attr) {1368if (number_attr != NULL) {13691370} else {13711372}1373number_attr_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), number_attr,1374GetArenaNoVirtual());1375// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.ArgDef.number_attr)1376}1377inline ::std::string* OpDef_ArgDef::unsafe_arena_release_number_attr() {1378// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.ArgDef.number_attr)1379GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);13801381return number_attr_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1382GetArenaNoVirtual());1383}1384inline void OpDef_ArgDef::unsafe_arena_set_allocated_number_attr(1385::std::string* number_attr) {1386GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);1387if (number_attr != NULL) {13881389} else {13901391}1392number_attr_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1393number_attr, GetArenaNoVirtual());1394// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.ArgDef.number_attr)1395}13961397// string type_list_attr = 6;1398inline void OpDef_ArgDef::clear_type_list_attr() {1399type_list_attr_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1400}1401inline const ::std::string& OpDef_ArgDef::type_list_attr() const {1402// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.ArgDef.type_list_attr)1403return type_list_attr_.Get();1404}1405inline void OpDef_ArgDef::set_type_list_attr(const ::std::string& value) {14061407type_list_attr_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());1408// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.ArgDef.type_list_attr)1409}1410#if LANG_CXX111411inline void OpDef_ArgDef::set_type_list_attr(::std::string&& value) {14121413type_list_attr_.Set(1414&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());1415// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.ArgDef.type_list_attr)1416}1417#endif1418inline void OpDef_ArgDef::set_type_list_attr(const char* value) {1419GOOGLE_DCHECK(value != NULL);14201421type_list_attr_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),1422GetArenaNoVirtual());1423// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.ArgDef.type_list_attr)1424}1425inline void OpDef_ArgDef::set_type_list_attr(const char* value,1426size_t size) {14271428type_list_attr_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(1429reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());1430// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.ArgDef.type_list_attr)1431}1432inline ::std::string* OpDef_ArgDef::mutable_type_list_attr() {14331434// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.ArgDef.type_list_attr)1435return type_list_attr_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1436}1437inline ::std::string* OpDef_ArgDef::release_type_list_attr() {1438// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.ArgDef.type_list_attr)14391440return type_list_attr_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1441}1442inline void OpDef_ArgDef::set_allocated_type_list_attr(::std::string* type_list_attr) {1443if (type_list_attr != NULL) {14441445} else {14461447}1448type_list_attr_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type_list_attr,1449GetArenaNoVirtual());1450// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.ArgDef.type_list_attr)1451}1452inline ::std::string* OpDef_ArgDef::unsafe_arena_release_type_list_attr() {1453// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.ArgDef.type_list_attr)1454GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);14551456return type_list_attr_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1457GetArenaNoVirtual());1458}1459inline void OpDef_ArgDef::unsafe_arena_set_allocated_type_list_attr(1460::std::string* type_list_attr) {1461GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);1462if (type_list_attr != NULL) {14631464} else {14651466}1467type_list_attr_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1468type_list_attr, GetArenaNoVirtual());1469// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.ArgDef.type_list_attr)1470}14711472// bool is_ref = 16;1473inline void OpDef_ArgDef::clear_is_ref() {1474is_ref_ = false;1475}1476inline bool OpDef_ArgDef::is_ref() const {1477// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.ArgDef.is_ref)1478return is_ref_;1479}1480inline void OpDef_ArgDef::set_is_ref(bool value) {14811482is_ref_ = value;1483// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.ArgDef.is_ref)1484}14851486// -------------------------------------------------------------------14871488// OpDef_AttrDef14891490// string name = 1;1491inline void OpDef_AttrDef::clear_name() {1492name_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1493}1494inline const ::std::string& OpDef_AttrDef::name() const {1495// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.AttrDef.name)1496return name_.Get();1497}1498inline void OpDef_AttrDef::set_name(const ::std::string& value) {14991500name_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());1501// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.AttrDef.name)1502}1503#if LANG_CXX111504inline void OpDef_AttrDef::set_name(::std::string&& value) {15051506name_.Set(1507&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());1508// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.AttrDef.name)1509}1510#endif1511inline void OpDef_AttrDef::set_name(const char* value) {1512GOOGLE_DCHECK(value != NULL);15131514name_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),1515GetArenaNoVirtual());1516// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.AttrDef.name)1517}1518inline void OpDef_AttrDef::set_name(const char* value,1519size_t size) {15201521name_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(1522reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());1523// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.AttrDef.name)1524}1525inline ::std::string* OpDef_AttrDef::mutable_name() {15261527// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.AttrDef.name)1528return name_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1529}1530inline ::std::string* OpDef_AttrDef::release_name() {1531// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.AttrDef.name)15321533return name_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1534}1535inline void OpDef_AttrDef::set_allocated_name(::std::string* name) {1536if (name != NULL) {15371538} else {15391540}1541name_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name,1542GetArenaNoVirtual());1543// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.AttrDef.name)1544}1545inline ::std::string* OpDef_AttrDef::unsafe_arena_release_name() {1546// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.AttrDef.name)1547GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);15481549return name_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1550GetArenaNoVirtual());1551}1552inline void OpDef_AttrDef::unsafe_arena_set_allocated_name(1553::std::string* name) {1554GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);1555if (name != NULL) {15561557} else {15581559}1560name_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1561name, GetArenaNoVirtual());1562// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.AttrDef.name)1563}15641565// string type = 2;1566inline void OpDef_AttrDef::clear_type() {1567type_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1568}1569inline const ::std::string& OpDef_AttrDef::type() const {1570// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.AttrDef.type)1571return type_.Get();1572}1573inline void OpDef_AttrDef::set_type(const ::std::string& value) {15741575type_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());1576// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.AttrDef.type)1577}1578#if LANG_CXX111579inline void OpDef_AttrDef::set_type(::std::string&& value) {15801581type_.Set(1582&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());1583// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.AttrDef.type)1584}1585#endif1586inline void OpDef_AttrDef::set_type(const char* value) {1587GOOGLE_DCHECK(value != NULL);15881589type_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),1590GetArenaNoVirtual());1591// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.AttrDef.type)1592}1593inline void OpDef_AttrDef::set_type(const char* value,1594size_t size) {15951596type_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(1597reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());1598// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.AttrDef.type)1599}1600inline ::std::string* OpDef_AttrDef::mutable_type() {16011602// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.AttrDef.type)1603return type_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1604}1605inline ::std::string* OpDef_AttrDef::release_type() {1606// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.AttrDef.type)16071608return type_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1609}1610inline void OpDef_AttrDef::set_allocated_type(::std::string* type) {1611if (type != NULL) {16121613} else {16141615}1616type_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), type,1617GetArenaNoVirtual());1618// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.AttrDef.type)1619}1620inline ::std::string* OpDef_AttrDef::unsafe_arena_release_type() {1621// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.AttrDef.type)1622GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);16231624return type_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1625GetArenaNoVirtual());1626}1627inline void OpDef_AttrDef::unsafe_arena_set_allocated_type(1628::std::string* type) {1629GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);1630if (type != NULL) {16311632} else {16331634}1635type_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1636type, GetArenaNoVirtual());1637// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.AttrDef.type)1638}16391640// .opencv_tensorflow.AttrValue default_value = 3;1641inline bool OpDef_AttrDef::has_default_value() const {1642return this != internal_default_instance() && default_value_ != NULL;1643}1644inline const ::opencv_tensorflow::AttrValue& OpDef_AttrDef::default_value() const {1645const ::opencv_tensorflow::AttrValue* p = default_value_;1646// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.AttrDef.default_value)1647return p != NULL ? *p : *reinterpret_cast<const ::opencv_tensorflow::AttrValue*>(1648&::opencv_tensorflow::_AttrValue_default_instance_);1649}1650inline ::opencv_tensorflow::AttrValue* OpDef_AttrDef::release_default_value() {1651// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.AttrDef.default_value)16521653::opencv_tensorflow::AttrValue* temp = default_value_;1654if (GetArenaNoVirtual() != NULL) {1655temp = ::google::protobuf::internal::DuplicateIfNonNull(temp, NULL);1656}1657default_value_ = NULL;1658return temp;1659}1660inline ::opencv_tensorflow::AttrValue* OpDef_AttrDef::unsafe_arena_release_default_value() {1661// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.AttrDef.default_value)16621663::opencv_tensorflow::AttrValue* temp = default_value_;1664default_value_ = NULL;1665return temp;1666}1667inline ::opencv_tensorflow::AttrValue* OpDef_AttrDef::mutable_default_value() {16681669if (default_value_ == NULL) {1670_slow_mutable_default_value();1671}1672// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.AttrDef.default_value)1673return default_value_;1674}1675inline void OpDef_AttrDef::set_allocated_default_value(::opencv_tensorflow::AttrValue* default_value) {1676::google::protobuf::Arena* message_arena = GetArenaNoVirtual();1677if (message_arena == NULL) {1678delete reinterpret_cast< ::google::protobuf::MessageLite*>(default_value_);1679}1680if (default_value) {1681::google::protobuf::Arena* submessage_arena =1682reinterpret_cast< ::google::protobuf::MessageLite*>(default_value)->GetArena();1683if (message_arena != submessage_arena) {1684default_value = ::google::protobuf::internal::GetOwnedMessage(1685message_arena, default_value, submessage_arena);1686}16871688} else {16891690}1691default_value_ = default_value;1692// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.AttrDef.default_value)1693}16941695// string description = 4;1696inline void OpDef_AttrDef::clear_description() {1697description_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1698}1699inline const ::std::string& OpDef_AttrDef::description() const {1700// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.AttrDef.description)1701return description_.Get();1702}1703inline void OpDef_AttrDef::set_description(const ::std::string& value) {17041705description_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());1706// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.AttrDef.description)1707}1708#if LANG_CXX111709inline void OpDef_AttrDef::set_description(::std::string&& value) {17101711description_.Set(1712&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());1713// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.AttrDef.description)1714}1715#endif1716inline void OpDef_AttrDef::set_description(const char* value) {1717GOOGLE_DCHECK(value != NULL);17181719description_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),1720GetArenaNoVirtual());1721// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.AttrDef.description)1722}1723inline void OpDef_AttrDef::set_description(const char* value,1724size_t size) {17251726description_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(1727reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());1728// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.AttrDef.description)1729}1730inline ::std::string* OpDef_AttrDef::mutable_description() {17311732// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.AttrDef.description)1733return description_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1734}1735inline ::std::string* OpDef_AttrDef::release_description() {1736// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.AttrDef.description)17371738return description_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1739}1740inline void OpDef_AttrDef::set_allocated_description(::std::string* description) {1741if (description != NULL) {17421743} else {17441745}1746description_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), description,1747GetArenaNoVirtual());1748// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.AttrDef.description)1749}1750inline ::std::string* OpDef_AttrDef::unsafe_arena_release_description() {1751// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.AttrDef.description)1752GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);17531754return description_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1755GetArenaNoVirtual());1756}1757inline void OpDef_AttrDef::unsafe_arena_set_allocated_description(1758::std::string* description) {1759GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);1760if (description != NULL) {17611762} else {17631764}1765description_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1766description, GetArenaNoVirtual());1767// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.AttrDef.description)1768}17691770// bool has_minimum = 5;1771inline void OpDef_AttrDef::clear_has_minimum() {1772has_minimum_ = false;1773}1774inline bool OpDef_AttrDef::has_minimum() const {1775// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.AttrDef.has_minimum)1776return has_minimum_;1777}1778inline void OpDef_AttrDef::set_has_minimum(bool value) {17791780has_minimum_ = value;1781// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.AttrDef.has_minimum)1782}17831784// int64 minimum = 6;1785inline void OpDef_AttrDef::clear_minimum() {1786minimum_ = GOOGLE_LONGLONG(0);1787}1788inline ::google::protobuf::int64 OpDef_AttrDef::minimum() const {1789// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.AttrDef.minimum)1790return minimum_;1791}1792inline void OpDef_AttrDef::set_minimum(::google::protobuf::int64 value) {17931794minimum_ = value;1795// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.AttrDef.minimum)1796}17971798// .opencv_tensorflow.AttrValue allowed_values = 7;1799inline bool OpDef_AttrDef::has_allowed_values() const {1800return this != internal_default_instance() && allowed_values_ != NULL;1801}1802inline const ::opencv_tensorflow::AttrValue& OpDef_AttrDef::allowed_values() const {1803const ::opencv_tensorflow::AttrValue* p = allowed_values_;1804// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.AttrDef.allowed_values)1805return p != NULL ? *p : *reinterpret_cast<const ::opencv_tensorflow::AttrValue*>(1806&::opencv_tensorflow::_AttrValue_default_instance_);1807}1808inline ::opencv_tensorflow::AttrValue* OpDef_AttrDef::release_allowed_values() {1809// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.AttrDef.allowed_values)18101811::opencv_tensorflow::AttrValue* temp = allowed_values_;1812if (GetArenaNoVirtual() != NULL) {1813temp = ::google::protobuf::internal::DuplicateIfNonNull(temp, NULL);1814}1815allowed_values_ = NULL;1816return temp;1817}1818inline ::opencv_tensorflow::AttrValue* OpDef_AttrDef::unsafe_arena_release_allowed_values() {1819// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.AttrDef.allowed_values)18201821::opencv_tensorflow::AttrValue* temp = allowed_values_;1822allowed_values_ = NULL;1823return temp;1824}1825inline ::opencv_tensorflow::AttrValue* OpDef_AttrDef::mutable_allowed_values() {18261827if (allowed_values_ == NULL) {1828_slow_mutable_allowed_values();1829}1830// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.AttrDef.allowed_values)1831return allowed_values_;1832}1833inline void OpDef_AttrDef::set_allocated_allowed_values(::opencv_tensorflow::AttrValue* allowed_values) {1834::google::protobuf::Arena* message_arena = GetArenaNoVirtual();1835if (message_arena == NULL) {1836delete reinterpret_cast< ::google::protobuf::MessageLite*>(allowed_values_);1837}1838if (allowed_values) {1839::google::protobuf::Arena* submessage_arena =1840reinterpret_cast< ::google::protobuf::MessageLite*>(allowed_values)->GetArena();1841if (message_arena != submessage_arena) {1842allowed_values = ::google::protobuf::internal::GetOwnedMessage(1843message_arena, allowed_values, submessage_arena);1844}18451846} else {18471848}1849allowed_values_ = allowed_values;1850// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.AttrDef.allowed_values)1851}18521853// -------------------------------------------------------------------18541855// OpDef18561857// string name = 1;1858inline void OpDef::clear_name() {1859name_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1860}1861inline const ::std::string& OpDef::name() const {1862// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.name)1863return name_.Get();1864}1865inline void OpDef::set_name(const ::std::string& value) {18661867name_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());1868// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.name)1869}1870#if LANG_CXX111871inline void OpDef::set_name(::std::string&& value) {18721873name_.Set(1874&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());1875// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.name)1876}1877#endif1878inline void OpDef::set_name(const char* value) {1879GOOGLE_DCHECK(value != NULL);18801881name_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),1882GetArenaNoVirtual());1883// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.name)1884}1885inline void OpDef::set_name(const char* value,1886size_t size) {18871888name_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(1889reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());1890// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.name)1891}1892inline ::std::string* OpDef::mutable_name() {18931894// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.name)1895return name_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1896}1897inline ::std::string* OpDef::release_name() {1898// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.name)18991900return name_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());1901}1902inline void OpDef::set_allocated_name(::std::string* name) {1903if (name != NULL) {19041905} else {19061907}1908name_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name,1909GetArenaNoVirtual());1910// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.name)1911}1912inline ::std::string* OpDef::unsafe_arena_release_name() {1913// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.name)1914GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);19151916return name_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1917GetArenaNoVirtual());1918}1919inline void OpDef::unsafe_arena_set_allocated_name(1920::std::string* name) {1921GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);1922if (name != NULL) {19231924} else {19251926}1927name_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),1928name, GetArenaNoVirtual());1929// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.name)1930}19311932// repeated .opencv_tensorflow.OpDef.ArgDef input_arg = 2;1933inline int OpDef::input_arg_size() const {1934return input_arg_.size();1935}1936inline void OpDef::clear_input_arg() {1937input_arg_.Clear();1938}1939inline const ::opencv_tensorflow::OpDef_ArgDef& OpDef::input_arg(int index) const {1940// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.input_arg)1941return input_arg_.Get(index);1942}1943inline ::opencv_tensorflow::OpDef_ArgDef* OpDef::mutable_input_arg(int index) {1944// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.input_arg)1945return input_arg_.Mutable(index);1946}1947inline ::opencv_tensorflow::OpDef_ArgDef* OpDef::add_input_arg() {1948// @@protoc_insertion_point(field_add:opencv_tensorflow.OpDef.input_arg)1949return input_arg_.Add();1950}1951inline ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef >*1952OpDef::mutable_input_arg() {1953// @@protoc_insertion_point(field_mutable_list:opencv_tensorflow.OpDef.input_arg)1954return &input_arg_;1955}1956inline const ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef >&1957OpDef::input_arg() const {1958// @@protoc_insertion_point(field_list:opencv_tensorflow.OpDef.input_arg)1959return input_arg_;1960}19611962// repeated .opencv_tensorflow.OpDef.ArgDef output_arg = 3;1963inline int OpDef::output_arg_size() const {1964return output_arg_.size();1965}1966inline void OpDef::clear_output_arg() {1967output_arg_.Clear();1968}1969inline const ::opencv_tensorflow::OpDef_ArgDef& OpDef::output_arg(int index) const {1970// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.output_arg)1971return output_arg_.Get(index);1972}1973inline ::opencv_tensorflow::OpDef_ArgDef* OpDef::mutable_output_arg(int index) {1974// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.output_arg)1975return output_arg_.Mutable(index);1976}1977inline ::opencv_tensorflow::OpDef_ArgDef* OpDef::add_output_arg() {1978// @@protoc_insertion_point(field_add:opencv_tensorflow.OpDef.output_arg)1979return output_arg_.Add();1980}1981inline ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef >*1982OpDef::mutable_output_arg() {1983// @@protoc_insertion_point(field_mutable_list:opencv_tensorflow.OpDef.output_arg)1984return &output_arg_;1985}1986inline const ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_ArgDef >&1987OpDef::output_arg() const {1988// @@protoc_insertion_point(field_list:opencv_tensorflow.OpDef.output_arg)1989return output_arg_;1990}19911992// repeated .opencv_tensorflow.OpDef.AttrDef attr = 4;1993inline int OpDef::attr_size() const {1994return attr_.size();1995}1996inline void OpDef::clear_attr() {1997attr_.Clear();1998}1999inline const ::opencv_tensorflow::OpDef_AttrDef& OpDef::attr(int index) const {2000// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.attr)2001return attr_.Get(index);2002}2003inline ::opencv_tensorflow::OpDef_AttrDef* OpDef::mutable_attr(int index) {2004// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.attr)2005return attr_.Mutable(index);2006}2007inline ::opencv_tensorflow::OpDef_AttrDef* OpDef::add_attr() {2008// @@protoc_insertion_point(field_add:opencv_tensorflow.OpDef.attr)2009return attr_.Add();2010}2011inline ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_AttrDef >*2012OpDef::mutable_attr() {2013// @@protoc_insertion_point(field_mutable_list:opencv_tensorflow.OpDef.attr)2014return &attr_;2015}2016inline const ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef_AttrDef >&2017OpDef::attr() const {2018// @@protoc_insertion_point(field_list:opencv_tensorflow.OpDef.attr)2019return attr_;2020}20212022// .opencv_tensorflow.OpDeprecation deprecation = 8;2023inline bool OpDef::has_deprecation() const {2024return this != internal_default_instance() && deprecation_ != NULL;2025}2026inline void OpDef::clear_deprecation() {2027if (GetArenaNoVirtual() == NULL && deprecation_ != NULL) {2028delete deprecation_;2029}2030deprecation_ = NULL;2031}2032inline const ::opencv_tensorflow::OpDeprecation& OpDef::deprecation() const {2033const ::opencv_tensorflow::OpDeprecation* p = deprecation_;2034// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.deprecation)2035return p != NULL ? *p : *reinterpret_cast<const ::opencv_tensorflow::OpDeprecation*>(2036&::opencv_tensorflow::_OpDeprecation_default_instance_);2037}2038inline ::opencv_tensorflow::OpDeprecation* OpDef::release_deprecation() {2039// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.deprecation)20402041::opencv_tensorflow::OpDeprecation* temp = deprecation_;2042if (GetArenaNoVirtual() != NULL) {2043temp = ::google::protobuf::internal::DuplicateIfNonNull(temp, NULL);2044}2045deprecation_ = NULL;2046return temp;2047}2048inline ::opencv_tensorflow::OpDeprecation* OpDef::unsafe_arena_release_deprecation() {2049// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.deprecation)20502051::opencv_tensorflow::OpDeprecation* temp = deprecation_;2052deprecation_ = NULL;2053return temp;2054}2055inline ::opencv_tensorflow::OpDeprecation* OpDef::mutable_deprecation() {20562057if (deprecation_ == NULL) {2058_slow_mutable_deprecation();2059}2060// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.deprecation)2061return deprecation_;2062}2063inline void OpDef::set_allocated_deprecation(::opencv_tensorflow::OpDeprecation* deprecation) {2064::google::protobuf::Arena* message_arena = GetArenaNoVirtual();2065if (message_arena == NULL) {2066delete deprecation_;2067}2068if (deprecation) {2069::google::protobuf::Arena* submessage_arena =2070::google::protobuf::Arena::GetArena(deprecation);2071if (message_arena != submessage_arena) {2072deprecation = ::google::protobuf::internal::GetOwnedMessage(2073message_arena, deprecation, submessage_arena);2074}20752076} else {20772078}2079deprecation_ = deprecation;2080// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.deprecation)2081}20822083// string summary = 5;2084inline void OpDef::clear_summary() {2085summary_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());2086}2087inline const ::std::string& OpDef::summary() const {2088// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.summary)2089return summary_.Get();2090}2091inline void OpDef::set_summary(const ::std::string& value) {20922093summary_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());2094// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.summary)2095}2096#if LANG_CXX112097inline void OpDef::set_summary(::std::string&& value) {20982099summary_.Set(2100&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());2101// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.summary)2102}2103#endif2104inline void OpDef::set_summary(const char* value) {2105GOOGLE_DCHECK(value != NULL);21062107summary_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),2108GetArenaNoVirtual());2109// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.summary)2110}2111inline void OpDef::set_summary(const char* value,2112size_t size) {21132114summary_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(2115reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());2116// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.summary)2117}2118inline ::std::string* OpDef::mutable_summary() {21192120// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.summary)2121return summary_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());2122}2123inline ::std::string* OpDef::release_summary() {2124// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.summary)21252126return summary_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());2127}2128inline void OpDef::set_allocated_summary(::std::string* summary) {2129if (summary != NULL) {21302131} else {21322133}2134summary_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), summary,2135GetArenaNoVirtual());2136// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.summary)2137}2138inline ::std::string* OpDef::unsafe_arena_release_summary() {2139// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.summary)2140GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);21412142return summary_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),2143GetArenaNoVirtual());2144}2145inline void OpDef::unsafe_arena_set_allocated_summary(2146::std::string* summary) {2147GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);2148if (summary != NULL) {21492150} else {21512152}2153summary_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),2154summary, GetArenaNoVirtual());2155// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.summary)2156}21572158// string description = 6;2159inline void OpDef::clear_description() {2160description_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());2161}2162inline const ::std::string& OpDef::description() const {2163// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.description)2164return description_.Get();2165}2166inline void OpDef::set_description(const ::std::string& value) {21672168description_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());2169// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.description)2170}2171#if LANG_CXX112172inline void OpDef::set_description(::std::string&& value) {21732174description_.Set(2175&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());2176// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDef.description)2177}2178#endif2179inline void OpDef::set_description(const char* value) {2180GOOGLE_DCHECK(value != NULL);21812182description_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),2183GetArenaNoVirtual());2184// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDef.description)2185}2186inline void OpDef::set_description(const char* value,2187size_t size) {21882189description_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(2190reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());2191// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDef.description)2192}2193inline ::std::string* OpDef::mutable_description() {21942195// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDef.description)2196return description_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());2197}2198inline ::std::string* OpDef::release_description() {2199// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDef.description)22002201return description_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());2202}2203inline void OpDef::set_allocated_description(::std::string* description) {2204if (description != NULL) {22052206} else {22072208}2209description_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), description,2210GetArenaNoVirtual());2211// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDef.description)2212}2213inline ::std::string* OpDef::unsafe_arena_release_description() {2214// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDef.description)2215GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);22162217return description_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),2218GetArenaNoVirtual());2219}2220inline void OpDef::unsafe_arena_set_allocated_description(2221::std::string* description) {2222GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);2223if (description != NULL) {22242225} else {22262227}2228description_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),2229description, GetArenaNoVirtual());2230// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDef.description)2231}22322233// bool is_commutative = 18;2234inline void OpDef::clear_is_commutative() {2235is_commutative_ = false;2236}2237inline bool OpDef::is_commutative() const {2238// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.is_commutative)2239return is_commutative_;2240}2241inline void OpDef::set_is_commutative(bool value) {22422243is_commutative_ = value;2244// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.is_commutative)2245}22462247// bool is_aggregate = 16;2248inline void OpDef::clear_is_aggregate() {2249is_aggregate_ = false;2250}2251inline bool OpDef::is_aggregate() const {2252// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.is_aggregate)2253return is_aggregate_;2254}2255inline void OpDef::set_is_aggregate(bool value) {22562257is_aggregate_ = value;2258// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.is_aggregate)2259}22602261// bool is_stateful = 17;2262inline void OpDef::clear_is_stateful() {2263is_stateful_ = false;2264}2265inline bool OpDef::is_stateful() const {2266// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.is_stateful)2267return is_stateful_;2268}2269inline void OpDef::set_is_stateful(bool value) {22702271is_stateful_ = value;2272// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.is_stateful)2273}22742275// bool allows_uninitialized_input = 19;2276inline void OpDef::clear_allows_uninitialized_input() {2277allows_uninitialized_input_ = false;2278}2279inline bool OpDef::allows_uninitialized_input() const {2280// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDef.allows_uninitialized_input)2281return allows_uninitialized_input_;2282}2283inline void OpDef::set_allows_uninitialized_input(bool value) {22842285allows_uninitialized_input_ = value;2286// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDef.allows_uninitialized_input)2287}22882289// -------------------------------------------------------------------22902291// OpDeprecation22922293// int32 version = 1;2294inline void OpDeprecation::clear_version() {2295version_ = 0;2296}2297inline ::google::protobuf::int32 OpDeprecation::version() const {2298// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDeprecation.version)2299return version_;2300}2301inline void OpDeprecation::set_version(::google::protobuf::int32 value) {23022303version_ = value;2304// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDeprecation.version)2305}23062307// string explanation = 2;2308inline void OpDeprecation::clear_explanation() {2309explanation_.ClearToEmpty(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());2310}2311inline const ::std::string& OpDeprecation::explanation() const {2312// @@protoc_insertion_point(field_get:opencv_tensorflow.OpDeprecation.explanation)2313return explanation_.Get();2314}2315inline void OpDeprecation::set_explanation(const ::std::string& value) {23162317explanation_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value, GetArenaNoVirtual());2318// @@protoc_insertion_point(field_set:opencv_tensorflow.OpDeprecation.explanation)2319}2320#if LANG_CXX112321inline void OpDeprecation::set_explanation(::std::string&& value) {23222323explanation_.Set(2324&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());2325// @@protoc_insertion_point(field_set_rvalue:opencv_tensorflow.OpDeprecation.explanation)2326}2327#endif2328inline void OpDeprecation::set_explanation(const char* value) {2329GOOGLE_DCHECK(value != NULL);23302331explanation_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value),2332GetArenaNoVirtual());2333// @@protoc_insertion_point(field_set_char:opencv_tensorflow.OpDeprecation.explanation)2334}2335inline void OpDeprecation::set_explanation(const char* value,2336size_t size) {23372338explanation_.Set(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(2339reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());2340// @@protoc_insertion_point(field_set_pointer:opencv_tensorflow.OpDeprecation.explanation)2341}2342inline ::std::string* OpDeprecation::mutable_explanation() {23432344// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpDeprecation.explanation)2345return explanation_.Mutable(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());2346}2347inline ::std::string* OpDeprecation::release_explanation() {2348// @@protoc_insertion_point(field_release:opencv_tensorflow.OpDeprecation.explanation)23492350return explanation_.Release(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());2351}2352inline void OpDeprecation::set_allocated_explanation(::std::string* explanation) {2353if (explanation != NULL) {23542355} else {23562357}2358explanation_.SetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), explanation,2359GetArenaNoVirtual());2360// @@protoc_insertion_point(field_set_allocated:opencv_tensorflow.OpDeprecation.explanation)2361}2362inline ::std::string* OpDeprecation::unsafe_arena_release_explanation() {2363// @@protoc_insertion_point(field_unsafe_arena_release:opencv_tensorflow.OpDeprecation.explanation)2364GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);23652366return explanation_.UnsafeArenaRelease(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),2367GetArenaNoVirtual());2368}2369inline void OpDeprecation::unsafe_arena_set_allocated_explanation(2370::std::string* explanation) {2371GOOGLE_DCHECK(GetArenaNoVirtual() != NULL);2372if (explanation != NULL) {23732374} else {23752376}2377explanation_.UnsafeArenaSetAllocated(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),2378explanation, GetArenaNoVirtual());2379// @@protoc_insertion_point(field_unsafe_arena_set_allocated:opencv_tensorflow.OpDeprecation.explanation)2380}23812382// -------------------------------------------------------------------23832384// OpList23852386// repeated .opencv_tensorflow.OpDef op = 1;2387inline int OpList::op_size() const {2388return op_.size();2389}2390inline void OpList::clear_op() {2391op_.Clear();2392}2393inline const ::opencv_tensorflow::OpDef& OpList::op(int index) const {2394// @@protoc_insertion_point(field_get:opencv_tensorflow.OpList.op)2395return op_.Get(index);2396}2397inline ::opencv_tensorflow::OpDef* OpList::mutable_op(int index) {2398// @@protoc_insertion_point(field_mutable:opencv_tensorflow.OpList.op)2399return op_.Mutable(index);2400}2401inline ::opencv_tensorflow::OpDef* OpList::add_op() {2402// @@protoc_insertion_point(field_add:opencv_tensorflow.OpList.op)2403return op_.Add();2404}2405inline ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef >*2406OpList::mutable_op() {2407// @@protoc_insertion_point(field_mutable_list:opencv_tensorflow.OpList.op)2408return &op_;2409}2410inline const ::google::protobuf::RepeatedPtrField< ::opencv_tensorflow::OpDef >&2411OpList::op() const {2412// @@protoc_insertion_point(field_list:opencv_tensorflow.OpList.op)2413return op_;2414}24152416#ifdef __GNUC__2417#pragma GCC diagnostic pop2418#endif // __GNUC__2419// -------------------------------------------------------------------24202421// -------------------------------------------------------------------24222423// -------------------------------------------------------------------24242425// -------------------------------------------------------------------242624272428// @@protoc_insertion_point(namespace_scope)24292430} // namespace opencv_tensorflow24312432// @@protoc_insertion_point(global_scope)24332434#endif // PROTOBUF_op_5fdef_2eproto__INCLUDED243524362437