HDK
|
This is the complete list of members for onnxruntime::RuleBasedGraphTransformer, including all inherited members.
Apply(Graph &graph, bool &modified, const logging::Logger &logger) const | onnxruntime::GraphTransformer | |
ApplyRulesOnNode(Graph &graph, Node &node, gsl::span< const std::reference_wrapper< const RewriteRule >> rules, RewriteRule::RewriteRuleEffect &rule_effect, const logging::Logger &logger) const | onnxruntime::RuleBasedGraphTransformer | protected |
GetAnyOpRewriteRules() const | onnxruntime::RuleBasedGraphTransformer | inline |
GetCompatibleExecutionProviders() const noexcept | onnxruntime::GraphTransformer | inline |
GetRewriteRulesForOpType(const std::string &op_type) const | onnxruntime::RuleBasedGraphTransformer | inline |
GraphTransformer(const std::string &name, const InlinedHashSet< std::string_view > &compatible_execution_providers={}) noexcept | onnxruntime::GraphTransformer | inline |
Name() const noexcept | onnxruntime::GraphTransformer | inline |
Recurse(Node &node, bool &modified, int graph_level, const logging::Logger &logger) const | onnxruntime::GraphTransformer | inlineprotected |
Register(std::unique_ptr< RewriteRule > rule) | onnxruntime::RuleBasedGraphTransformer | |
RuleBasedGraphTransformer(const std::string &name, const InlinedHashSet< std::string_view > &compatible_execution_providers={}) | onnxruntime::RuleBasedGraphTransformer | inline |
RulesCount() const | onnxruntime::RuleBasedGraphTransformer | |
ShouldOnlyApplyOnce() const | onnxruntime::GraphTransformer | inlinevirtual |
~GraphTransformer()=default | onnxruntime::GraphTransformer | virtual |