Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/
H A Dsubgraph_rewriter.py83 def replace_pattern( function
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dfold_conv_bn.cpp67 auto replace_pattern = [&](const PatternInfo& pattern_convolution) { in replaceConvBiasWithGetAttr() local