Home
last modified time | relevance | path

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

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