Home
last modified time | relevance | path

Searched refs:jvp_user_function (Results 1 – 3 of 3) 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() argument
97 forward_grads = jvp_user_function(inputs, std::move(input_grads)); in _process_forward_mode_AD()
444 const _jvp_fn_t& jvp_user_function, in _wrap_outputs() argument
471 jvp_user_function); in _wrap_outputs()
H A Dcustom_function.h25 const _jvp_fn_t& jvp_user_function,
H A Dpython_function.cpp633 _jvp_fn_t jvp_user_function = [self]( in _wrap_outputs() local
721 jvp_user_function, in _wrap_outputs()