Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dvalidator.py614 def __init__(self, model, assertions, target_exprs, failed_source_exprs): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp2392 List<Expr> target_exprs = targets.value(); in emitLoopCommon() local