HDK
|
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::Node | inline |
AddAttributeProto(ONNX_NAMESPACE::AttributeProto value) | onnxruntime::Node | |
CanBeInlined() const | onnxruntime::Node | |
ClearAttribute(const std::string &attr_name) | onnxruntime::Node | |
ContainsSubgraph() const | onnxruntime::Node | inline |
ControlInputs() const noexcept | onnxruntime::Node | inline |
Description() const noexcept | onnxruntime::Node | inline |
Domain() const noexcept | onnxruntime::Node | inline |
EdgeConstIterator typedef | onnxruntime::Node | |
EdgeSet typedef | onnxruntime::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::Node | inlinestatic |
ForEachWithIndex(const ConstPointerContainer< std::vector< NodeArg * >> &node_args, std::function< common::Status(const NodeArg &arg, size_t index)> func) | onnxruntime::Node | inlinestatic |
GetAttributeNameToMutableSubgraphMap() | onnxruntime::Node | inline |
GetAttributeNameToSubgraphMap() const | onnxruntime::Node | |
GetAttributes() const noexcept | onnxruntime::Node | inline |
GetExecutionProviderType() const noexcept | onnxruntime::Node | inline |
GetFunctionBody() const noexcept | onnxruntime::Node | inline |
GetGraphAttribute(const std::string &attr_name) const | onnxruntime::Node | |
GetInputEdgesCount() const noexcept | onnxruntime::Node | inline |
GetMutableAttributes() noexcept | onnxruntime::Node | inline |
GetMutableGraphAttribute(const std::string &attr_name) | onnxruntime::Node | |
GetMutableMapOfAttributeNameToSubgraph() | onnxruntime::Node | inline |
GetOutputEdgesCount() const noexcept | onnxruntime::Node | inline |
GetSubgraphs() const | onnxruntime::Node | |
Graph class | onnxruntime::Node | friend |
ImplicitInputDefs() const noexcept | onnxruntime::Node | inline |
Index() const noexcept | onnxruntime::Node | inline |
InputArgCount() const noexcept | onnxruntime::Node | inline |
InputDefs() const noexcept | onnxruntime::Node | inline |
InputEdgesBegin() const noexcept | onnxruntime::Node | inline |
InputEdgesEnd() const noexcept | onnxruntime::Node | inline |
InputNodesBegin() const noexcept | onnxruntime::Node | inline |
InputNodesEnd() const noexcept | onnxruntime::Node | inline |
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::Node | static |
LoadFromOrtFormat(const onnxruntime::fbs::Node &fbs_node, const OrtFormatLoadOptions &load_options, const logging::Logger &logger) | onnxruntime::Node | |
ModelPath() const noexcept | onnxruntime::Node | |
MutableImplicitInputDefs() noexcept | onnxruntime::Node | inline |
MutableInputArgsCount() | onnxruntime::Node | inline |
MutableInputDefs() noexcept | onnxruntime::Node | inline |
MutableOutputDefs() noexcept | onnxruntime::Node | inline |
Name() const noexcept | onnxruntime::Node | inline |
Node()=default | onnxruntime::Node | explicit |
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::Node | inline |
Node(NodeIndex index, Graph &graph) | onnxruntime::Node | inline |
NodeType() const noexcept | onnxruntime::Node | inline |
Op() const noexcept | onnxruntime::Node | inline |
OpType() const noexcept | onnxruntime::Node | inline |
OutputDefs() const noexcept | onnxruntime::Node | inline |
OutputEdgesBegin() const noexcept | onnxruntime::Node | inline |
OutputEdgesEnd() const noexcept | onnxruntime::Node | inline |
OutputNodesBegin() const noexcept | onnxruntime::Node | inline |
OutputNodesEnd() const noexcept | onnxruntime::Node | inline |
Priority() const noexcept | onnxruntime::Node | inline |
PruneRemovableAttributes(gsl::span< const std::string > removable_attributes) | onnxruntime::Node | |
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::Node | inline |
SetFunctionTemplate(const FunctionTemplate &func_template) | onnxruntime::Node | |
SetPriority(int priority) noexcept | onnxruntime::Node | |
SetSinceVersion(int since_version) noexcept | onnxruntime::Node | inline |
SinceVersion() const noexcept | onnxruntime::Node | inline |
ToProto(ONNX_NAMESPACE::NodeProto &proto, bool update_subgraphs=false) const | onnxruntime::Node | |
TryGetFunctionProto(ONNX_NAMESPACE::FunctionProto &func_proto) const | onnxruntime::Node | |
Type enum name | onnxruntime::Node | |
~Node()=default | onnxruntime::Node |