Home
last modified time | relevance | path

Searched defs:fx_graph (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dfx_minifier.py210 def deepcopy_fx_graph(fx_graph): argument
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Ddebug.py470 def fx_graph( member in DebugFormatter
H A Dconfig.py1169 fx_graph = True variable in trace
/aosp_15_r20/external/pytorch/torch/_export/
H A Dconverter.py188 def get_node_as_placeholder_or_get_attr(fx_graph, name, is_top_level_graph): argument