Home
last modified time | relevance | path

Searched refs:mod_lhs (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/torch/csrc/jit/tensorexpr/
Dir_simplifier.cpp2043 ExprPtr mod_lhs = IRSimplifier::simplify(mod->lhs()); in simplifyRoundModPattern() local
2062 if (hasher.hash(mod_round.denom) == hasher.hash(mod_lhs) && in simplifyRoundModPattern()
2100 if (hasher.hash(round_lhs) == hasher.hash(mod_lhs) && in simplifyRoundModPattern()