Home
last modified time | relevance | path

Searched defs:jvp_user_function (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dcustom_function.cpp35 const _jvp_fn_t& jvp_user_function) { in _process_forward_mode_AD()
444 const _jvp_fn_t& jvp_user_function, in _wrap_outputs()
H A Dpython_function.cpp633 _jvp_fn_t jvp_user_function = [self]( in _wrap_outputs() local