HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
onnxruntime::Node Member List

This is the complete list of members for onnxruntime::Node, including all inherited members.

ADD_ATTR_INTERFACES(float)onnxruntime::Node
ADD_ATTR_INTERFACES(std::string)onnxruntime::Node
ADD_ATTR_INTERFACES(ONNX_NAMESPACE::TensorProto)onnxruntime::Node
ADD_ATTR_INTERFACES(ONNX_NAMESPACE::SparseTensorProto)onnxruntime::Node
ADD_ATTR_INTERFACES(ONNX_NAMESPACE::TypeProto)onnxruntime::Node
ADD_ATTR_SINGLE_INTERFACE(ONNX_NAMESPACE::GraphProto)onnxruntime::Node
AddAttribute(std::string attr_name, int64_t value)onnxruntime::Node
AddAttribute(std::string attr_name, gsl::span< const int64_t > values)onnxruntime::Node
AddAttribute(std::string attr_name, const char(&value)[N])onnxruntime::Nodeinline
AddAttributeProto(ONNX_NAMESPACE::AttributeProto value)onnxruntime::Node
CanBeInlined() const onnxruntime::Node
ClearAttribute(const std::string &attr_name)onnxruntime::Node
ContainsSubgraph() const onnxruntime::Nodeinline
ControlInputs() const noexceptonnxruntime::Nodeinline
Description() const noexceptonnxruntime::Nodeinline
Domain() const noexceptonnxruntime::Nodeinline
EdgeConstIterator typedefonnxruntime::Node
EdgeSet typedefonnxruntime::Node
ForEachDef(std::function< void(const onnxruntime::NodeArg &, bool is_input)> func, bool include_missing_optional_defs=false) const onnxruntime::Node
ForEachMutableWithIndex(std::vector< NodeArg * > &node_args, std::function< common::Status(NodeArg &arg, size_t index)> func)onnxruntime::Nodeinlinestatic
ForEachWithIndex(const ConstPointerContainer< std::vector< NodeArg * >> &node_args, std::function< common::Status(const NodeArg &arg, size_t index)> func)onnxruntime::Nodeinlinestatic
GetAttributeNameToMutableSubgraphMap()onnxruntime::Nodeinline
GetAttributeNameToSubgraphMap() const onnxruntime::Node
GetAttributes() const noexceptonnxruntime::Nodeinline
GetExecutionProviderType() const noexceptonnxruntime::Nodeinline
GetFunctionBody() const noexceptonnxruntime::Nodeinline
GetGraphAttribute(const std::string &attr_name) const onnxruntime::Node
GetInputEdgesCount() const noexceptonnxruntime::Nodeinline
GetMutableAttributes() noexceptonnxruntime::Nodeinline
GetMutableGraphAttribute(const std::string &attr_name)onnxruntime::Node
GetOutputEdgesCount() const noexceptonnxruntime::Nodeinline
GetSubgraphs() const onnxruntime::Node
Graph classonnxruntime::Nodefriend
ImplicitInputDefs() const noexceptonnxruntime::Nodeinline
Index() const noexceptonnxruntime::Nodeinline
InputArgCount() const noexceptonnxruntime::Nodeinline
InputDefs() const noexceptonnxruntime::Nodeinline
InputEdgesBegin() const noexceptonnxruntime::Nodeinline
InputEdgesEnd() const noexceptonnxruntime::Nodeinline
InputNodesBegin() const noexceptonnxruntime::Nodeinline
InputNodesEnd() const noexceptonnxruntime::Nodeinline
LoadEdgesFromOrtFormat(const onnxruntime::fbs::NodeEdge &fbs_node_edgs, const Graph &graph)onnxruntime::Node
LoadFromOrtFormat(const onnxruntime::fbs::Node &fbs_node, Graph &graph, const OrtFormatLoadOptions &load_options, const logging::Logger &logger, std::unique_ptr< Node > &node)onnxruntime::Nodestatic
LoadFromOrtFormat(const onnxruntime::fbs::Node &fbs_node, const OrtFormatLoadOptions &load_options, const logging::Logger &logger)onnxruntime::Node
ModelPath() const noexceptonnxruntime::Node
MutableImplicitInputDefs() noexceptonnxruntime::Nodeinline
MutableInputArgsCount()onnxruntime::Nodeinline
MutableInputDefs() noexceptonnxruntime::Nodeinline
MutableOutputDefs() noexceptonnxruntime::Nodeinline
Name() const noexceptonnxruntime::Nodeinline
Node()=defaultonnxruntime::Nodeexplicit
Node(std::string_view name, std::string_view op_type, std::string_view description, gsl::span< NodeArg *const > input_args, gsl::span< NodeArg *const > output_args, const NodeAttributes *attributes, std::string_view domain)onnxruntime::Nodeinline
Node(NodeIndex index, Graph &graph)onnxruntime::Nodeinline
NodeType() const noexceptonnxruntime::Nodeinline
Op() const noexceptonnxruntime::Nodeinline
OpType() const noexceptonnxruntime::Nodeinline
OutputDefs() const noexceptonnxruntime::Nodeinline
OutputEdgesBegin() const noexceptonnxruntime::Nodeinline
OutputEdgesEnd() const noexceptonnxruntime::Nodeinline
OutputNodesBegin() const noexceptonnxruntime::Nodeinline
OutputNodesEnd() const noexceptonnxruntime::Nodeinline
Priority() const noexceptonnxruntime::Nodeinline
ReplaceDefs(const std::map< const onnxruntime::NodeArg *, onnxruntime::NodeArg * > &replacements)onnxruntime::Node
SaveEdgesToOrtFormat(flatbuffers::FlatBufferBuilder &builder) const onnxruntime::Node
SaveToOrtFormat(flatbuffers::FlatBufferBuilder &builder, flatbuffers::Offset< onnxruntime::fbs::Node > &fbs_node) const onnxruntime::Node
SetExecutionProviderType(ProviderType execution_provider_type)onnxruntime::Nodeinline
SetFunctionTemplate(const FunctionTemplate &func_template)onnxruntime::Node
SetPriority(int priority) noexceptonnxruntime::Node
SetSinceVersion(int since_version) noexceptonnxruntime::Nodeinline
SinceVersion() const noexceptonnxruntime::Nodeinline
ToProto(ONNX_NAMESPACE::NodeProto &proto, bool update_subgraphs=false) const onnxruntime::Node
TryGetFunctionProto(ONNX_NAMESPACE::FunctionProto &func_proto) const onnxruntime::Node
Type enum nameonnxruntime::Node
~Node()=defaultonnxruntime::Node