HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::OpNodeProtoHelper< Impl_t > Member List

This is the complete list of members for onnxruntime::OpNodeProtoHelper< Impl_t >, including all inherited members.

GetAttr(const std::string &name, T *value) const onnxruntime::OpNodeProtoHelper< Impl_t >
GetAttribute(const std::string &name) const onnxruntime::OpNodeProtoHelper< Impl_t >inline
GetAttrOrDefault(const std::string &name, const T &default_value) const onnxruntime::OpNodeProtoHelper< Impl_t >inline
GetAttrOrDefault(const std::string &name, T *value, const T &default_value) const onnxruntime::OpNodeProtoHelper< Impl_t >inline
GetAttrs(const std::string &name, TensorShapeVector &out) const onnxruntime::OpNodeProtoHelper< Impl_t >
GetAttrs(const std::string &name, std::vector< T > &values) const onnxruntime::OpNodeProtoHelper< Impl_t >
GetAttrs(const std::string &name, gsl::span< T > values) const onnxruntime::OpNodeProtoHelper< Impl_t >
GetAttrsAsSpan(const std::string &name, gsl::span< const T > &values) const onnxruntime::OpNodeProtoHelper< Impl_t >
GetAttrsOrDefault(const std::string &name, const std::vector< T > &default_value=std::vector< T >{}) const onnxruntime::OpNodeProtoHelper< Impl_t >inline
GetAttrsOrDefault(const std::string &name, const TensorShapeVector &default_value=TensorShapeVector{}) const onnxruntime::OpNodeProtoHelper< Impl_t >inline
GetAttrsStringRefs(const std::string &name, std::vector< std::reference_wrapper< const std::string >> &refs) const onnxruntime::OpNodeProtoHelper< Impl_t >
GetInputCount() const onnxruntime::OpNodeProtoHelper< Impl_t >inline
GetInputType(size_t index) const onnxruntime::OpNodeProtoHelper< Impl_t >inline
GetOutputCount() const onnxruntime::OpNodeProtoHelper< Impl_t >inline
GetOutputType(size_t index) const onnxruntime::OpNodeProtoHelper< Impl_t >inline
GetPrimitiveAttrElementCount(ONNX_NAMESPACE::AttributeProto_AttributeType type, const std::string &name) const noexceptonnxruntime::OpNodeProtoHelper< Impl_t >
HasPrimitiveAttribute(ONNX_NAMESPACE::AttributeProto_AttributeType type, const std::string &name) const noexceptonnxruntime::OpNodeProtoHelper< Impl_t >
OpNodeProtoHelper(const Impl_t *impl)onnxruntime::OpNodeProtoHelper< Impl_t >inlineexplicit
TryGetAttribute(const std::string &name) const onnxruntime::OpNodeProtoHelper< Impl_t >inline