Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/benchmarks/dynamo/
H A Dtimm_models.py400 def forward_and_backward_pass(self, mod, inputs, collect_outputs=True): member in TimmRunner
H A Dhuggingface.py520 def forward_and_backward_pass(self, mod, inputs, collect_outputs=True): member in HuggingfaceRunner
H A Dtorchbench.py443 def forward_and_backward_pass(self, mod, inputs, collect_outputs=True): member in TorchBenchmarkRunner
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_padding.py83 def forward_and_backward_pass(m, inputs): function