Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_jit_fuser.py20 from test_jit import backward_graph, all_backward_graphs, get_lstm_inputs, get_milstm_inputs, \
981 for g in all_backward_graphs(module):
H A Dtest_jit.py311 def all_backward_graphs(script_module, diff_graph_idx=None): function