Home
last modified time | relevance | path

Searched defs:SubgraphMatcher (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/csrc/jit/ir/
Dsubgraph_matcher.cpp14 class SubgraphMatcher { class
16 explicit SubgraphMatcher(const Graph& pattern) : pattern_(pattern) {} in SubgraphMatcher() function in torch::jit::__anonbd5004980111::SubgraphMatcher
/external/pytorch/torch/fx/passes/utils/
Dmatcher_utils.py58 class SubgraphMatcher: class