Home
last modified time | relevance | path

Searched defs:context_fn (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/utils/
H A Dcheckpoint.py1028 def context_fn(): function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_activation_checkpointing.py560 def _test(context_fn, bw_compiler): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_ops.py2590 def context_fn(): function
H A Dtest_autograd.py6899 def context_fn(): function
6909 def context_fn(): function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_autograd.py1474 def context_fn(): function
/aosp_15_r20/external/rust/android-crates-io/crates/mockall_derive/src/
Dmock_function.rs580 pub fn context_fn(&self, modname: Option<&Ident>) -> impl ToTokens { in context_fn() method