Home
last modified time | relevance | path

Searched defs:script_module (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/jit/
H A D_recursive.py579 def init_fn(script_module): argument
1013 def init_fn(script_module): argument
1048 def init_fn(script_module): argument
H A D_script.py658 def _finalize_scriptmodule(script_module): argument
911 def init_fn(script_module): argument
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dthroughput_benchmark.cpp43 ThroughputBenchmark::ThroughputBenchmark(const jit::Module& script_module) in ThroughputBenchmark()
/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Dinternal.py87 def _script_module_reducer(self, script_module): argument
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_metaprogramming_utils.py591 def script_module(*args, **kwargs): function
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_save_load.py755 def script_module_to_buffer(script_module): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py311 def all_backward_graphs(script_module, diff_graph_idx=None): argument
320 def backward_graph(script_module, diff_graph_idx=None, skip_check=False): argument