#include "onnx.proto3.pb.h"


Classes | |
| class | _Internal |
| struct | Impl_ |
Public Types | |
| enum | : int { kFloatsFieldNumber = 7 , kIntsFieldNumber = 8 , kStringsFieldNumber = 9 , kTensorsFieldNumber = 10 , kGraphsFieldNumber = 11 , kTypeProtosFieldNumber = 15 , kSparseTensorsFieldNumber = 23 , kNameFieldNumber = 1 , kSFieldNumber = 4 , kDocStringFieldNumber = 13 , kRefAttrNameFieldNumber = 21 , kTFieldNumber = 5 , kGFieldNumber = 6 , kTpFieldNumber = 14 , kSparseTensorFieldNumber = 22 , kIFieldNumber = 3 , kFFieldNumber = 2 , kTypeFieldNumber = 20 } |
| typedef AttributeProto_AttributeType | AttributeType |
Public Member Functions | |
| AttributeProto () | |
| PROTOBUF_CONSTEXPR | AttributeProto (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
| AttributeProto (AttributeProto &&from) noexcept | |
| AttributeProto (const AttributeProto &from) | |
| ~AttributeProto () override | |
| const char * | _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final |
| uint8_t * | _InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final |
| void | add_floats (float value) |
| ::onnx::GraphProto * | add_graphs () |
| void | add_ints (int64_t value) |
| ::onnx::SparseTensorProto * | add_sparse_tensors () |
| std::string * | add_strings () |
| void | add_strings (const char *value) |
| void | add_strings (const std::string &value) |
| void | add_strings (const void *value, size_t size) |
| void | add_strings (std::string &&value) |
| ::onnx::TensorProto * | add_tensors () |
| ::onnx::TypeProto * | add_type_protos () |
| size_t | ByteSizeLong () const final |
| void | CheckTypeAndMergeFrom (const ::PROTOBUF_NAMESPACE_ID::MessageLite &from) final |
| PROTOBUF_ATTRIBUTE_REINITIALIZES void | Clear () final |
| void | clear_doc_string () |
| void | clear_f () |
| void | clear_floats () |
| void | clear_g () |
| void | clear_graphs () |
| void | clear_i () |
| void | clear_ints () |
| void | clear_name () |
| void | clear_ref_attr_name () |
| void | clear_s () |
| void | clear_sparse_tensor () |
| void | clear_sparse_tensors () |
| void | clear_strings () |
| void | clear_t () |
| void | clear_tensors () |
| void | clear_tp () |
| void | clear_type () |
| void | clear_type_protos () |
| void | CopyFrom (const AttributeProto &from) |
| const std::string & | doc_string () const |
| float | f () const |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > & | floats () const |
| float | floats (int index) const |
| int | floats_size () const |
| const ::onnx::GraphProto & | g () const |
| int | GetCachedSize () const final |
| std::string | GetTypeName () const final |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::GraphProto > & | graphs () const |
| const ::onnx::GraphProto & | graphs (int index) const |
| int | graphs_size () const |
| bool | has_g () const |
| bool | has_sparse_tensor () const |
| bool | has_t () const |
| bool | has_tp () const |
| int64_t | i () const |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > & | ints () const |
| int64_t | ints (int index) const |
| int | ints_size () const |
| bool | IsInitialized () const final |
| void | MergeFrom (const AttributeProto &from) |
| std::string * | mutable_doc_string () |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > * | mutable_floats () |
| ::onnx::GraphProto * | mutable_g () |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::GraphProto > * | mutable_graphs () |
| ::onnx::GraphProto * | mutable_graphs (int index) |
| ::PROTOBUF_NAMESPACE_ID::RepeatedField< int64_t > * | mutable_ints () |
| std::string * | mutable_name () |
| std::string * | mutable_ref_attr_name () |
| std::string * | mutable_s () |
| ::onnx::SparseTensorProto * | mutable_sparse_tensor () |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::SparseTensorProto > * | mutable_sparse_tensors () |
| ::onnx::SparseTensorProto * | mutable_sparse_tensors (int index) |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * | mutable_strings () |
| std::string * | mutable_strings (int index) |
| ::onnx::TensorProto * | mutable_t () |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::TensorProto > * | mutable_tensors () |
| ::onnx::TensorProto * | mutable_tensors (int index) |
| ::onnx::TypeProto * | mutable_tp () |
| ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::TypeProto > * | mutable_type_protos () |
| ::onnx::TypeProto * | mutable_type_protos (int index) |
| const std::string & | name () const |
| AttributeProto * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
| AttributeProto & | operator= (AttributeProto &&from) noexcept |
| AttributeProto & | operator= (const AttributeProto &from) |
| const std::string & | ref_attr_name () const |
| PROTOBUF_NODISCARD std::string * | release_doc_string () |
| PROTOBUF_NODISCARD::onnx::GraphProto * | release_g () |
| PROTOBUF_NODISCARD std::string * | release_name () |
| PROTOBUF_NODISCARD std::string * | release_ref_attr_name () |
| PROTOBUF_NODISCARD std::string * | release_s () |
| PROTOBUF_NODISCARD::onnx::SparseTensorProto * | release_sparse_tensor () |
| PROTOBUF_NODISCARD::onnx::TensorProto * | release_t () |
| PROTOBUF_NODISCARD::onnx::TypeProto * | release_tp () |
| const std::string & | s () const |
| void | set_allocated_doc_string (std::string *doc_string) |
| void | set_allocated_g (::onnx::GraphProto *g) |
| void | set_allocated_name (std::string *name) |
| void | set_allocated_ref_attr_name (std::string *ref_attr_name) |
| void | set_allocated_s (std::string *s) |
| void | set_allocated_sparse_tensor (::onnx::SparseTensorProto *sparse_tensor) |
| void | set_allocated_t (::onnx::TensorProto *t) |
| void | set_allocated_tp (::onnx::TypeProto *tp) |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_doc_string (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_doc_string (ArgT0 &&arg0, ArgT... args) |
| void | set_f (float value) |
| void | set_floats (int index, float value) |
| void | set_i (int64_t value) |
| void | set_ints (int index, int64_t value) |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_name (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_name (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_ref_attr_name (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_ref_attr_name (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 = const std::string&, typename... ArgT> | |
| void | set_s (ArgT0 &&arg0, ArgT... args) |
| template<typename ArgT0 , typename... ArgT> | |
| PROTOBUF_ALWAYS_INLINE void | set_s (ArgT0 &&arg0, ArgT... args) |
| void | set_strings (int index, const char *value) |
| void | set_strings (int index, const std::string &value) |
| void | set_strings (int index, const void *value, size_t size) |
| void | set_strings (int index, std::string &&value) |
| void | set_type (::onnx::AttributeProto_AttributeType value) |
| const ::onnx::SparseTensorProto & | sparse_tensor () const |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::SparseTensorProto > & | sparse_tensors () const |
| const ::onnx::SparseTensorProto & | sparse_tensors (int index) const |
| int | sparse_tensors_size () const |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & | strings () const |
| const std::string & | strings (int index) const |
| int | strings_size () const |
| void | Swap (AttributeProto *other) |
| const ::onnx::TensorProto & | t () const |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::TensorProto > & | tensors () const |
| const ::onnx::TensorProto & | tensors (int index) const |
| int | tensors_size () const |
| const ::onnx::TypeProto & | tp () const |
| ::onnx::AttributeProto_AttributeType | type () const |
| const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::onnx::TypeProto > & | type_protos () const |
| const ::onnx::TypeProto & | type_protos (int index) const |
| int | type_protos_size () const |
| ::onnx::GraphProto * | unsafe_arena_release_g () |
| ::onnx::SparseTensorProto * | unsafe_arena_release_sparse_tensor () |
| ::onnx::TensorProto * | unsafe_arena_release_t () |
| ::onnx::TypeProto * | unsafe_arena_release_tp () |
| void | unsafe_arena_set_allocated_g (::onnx::GraphProto *g) |
| void | unsafe_arena_set_allocated_sparse_tensor (::onnx::SparseTensorProto *sparse_tensor) |
| void | unsafe_arena_set_allocated_t (::onnx::TensorProto *t) |
| void | unsafe_arena_set_allocated_tp (::onnx::TypeProto *tp) |
| void | UnsafeArenaSwap (AttributeProto *other) |
Static Public Member Functions | |
| static bool | AttributeType_IsValid (int value) |
| template<typename T > | |
| static const std::string & | AttributeType_Name (T enum_t_value) |
| static bool | AttributeType_Parse (::PROTOBUF_NAMESPACE_ID::ConstStringParam name, AttributeType *value) |
| static const AttributeProto & | default_instance () |
| static const AttributeProto * | internal_default_instance () |
Static Public Attributes | |
| static constexpr int | AttributeType_ARRAYSIZE |
| static constexpr AttributeType | AttributeType_MAX |
| static constexpr AttributeType | AttributeType_MIN |
| static constexpr AttributeType | FLOAT |
| static constexpr AttributeType | FLOATS |
| static constexpr AttributeType | GRAPH |
| static constexpr AttributeType | GRAPHS |
| static constexpr AttributeType | INT |
| static constexpr AttributeType | INTS |
| static constexpr int | kIndexInFileMessages |
| static constexpr AttributeType | SPARSE_TENSOR |
| static constexpr AttributeType | SPARSE_TENSORS |
| static constexpr AttributeType | STRING |
| static constexpr AttributeType | STRINGS |
| static constexpr AttributeType | TENSOR |
| static constexpr AttributeType | TENSORS |
| static constexpr AttributeType | TYPE_PROTO |
| static constexpr AttributeType | TYPE_PROTOS |
| static constexpr AttributeType | UNDEFINED |
Protected Member Functions | |
| AttributeProto (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false) | |
Private Types | |
| typedef void | DestructorSkippable_ |
| typedef void | InternalArenaConstructable_ |
Static Private Member Functions | |
| ::PROTOBUF_NAMESPACE_ID::StringPiece | FullMessageName () |
Private Attributes | ||
| union { | ||
| Impl_ _impl_ | ||
| }; | ||
Friends | |
| template<typename T > | |
| class | ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper |
| class | ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata |
| struct | ::TableStruct_onnx_2eproto3 |
| void | swap (AttributeProto &a, AttributeProto &b) |
|
private |
|
private |
| anonymous enum : int |
|
inline |
|
override |

|
explicit |
| onnx::AttributeProto::AttributeProto | ( | const AttributeProto & | from | ) |

|
inlinenoexcept |
|
explicitprotected |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |
|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |
|
inlineprivate |
|
inlineprivate |

|
inlineprivate |

|
inlineprivate |


|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |


|
inlineprivate |


|
inlineprivate |


|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
inlineprivate |

|
final |

|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestatic |

|
inlinestatic |

|
inlinestatic |

|
final |

|
final |

|
final |

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void onnx::AttributeProto::CopyFrom | ( | const AttributeProto & | from | ) |


|
inlinestatic |

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinestaticprivate |
|
inline |
|
inlinefinal |

|
final |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |

|
inlinestatic |

|
private |


|
inline |
|
inline |
|
inline |
|
final |
| void onnx::AttributeProto::MergeFrom | ( | const AttributeProto & | from | ) |

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |

|
inlinefinal |
|
inlinenoexcept |

|
inline |

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void onnx::AttributeProto::set_doc_string | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| void onnx::AttributeProto::set_name | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
| void onnx::AttributeProto::set_ref_attr_name | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
| void onnx::AttributeProto::set_s | ( | ArgT0 && | arg0, |
| ArgT... | args | ||
| ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |

|
inlineprivate |

|
inlineprivate |


|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |

|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |

|
friend |
|
friend |
|
friend |
|
friend |
| union { ... } onnx::AttributeProto |
| Impl_ onnx::AttributeProto::_impl_ |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |