Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/dbr_quantization/
H A Dremove_redundant_aliases.cpp16 const bool descend_function_calls = true; in DBRQuantRemoveRedundantAliasesImpl() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.cpp233 bool descend_function_calls = false) { in initPythonIRBindings()