Home
last modified time | relevance | path

Searched refs:sendToNextInterpreterImpl (Results 1 – 7 of 7) sorted by relevance

/external/pytorch/aten/src/ATen/functorch/
DADInterpreters.h15 …void sendToNextInterpreterImpl(const c10::OperatorHandle& op, torch::jit::Stack* stack, bool grad_…
29 …void sendToNextInterpreterImpl(const c10::OperatorHandle& op, torch::jit::Stack* stack, bool grad_…
DVmapInterpreter.cpp13 void VmapInterpreterPtr::sendToNextInterpreterImpl( in sendToNextInterpreterImpl() function in at::functorch::VmapInterpreterPtr
DFunctionalizeInterpreter.h14 …void sendToNextInterpreterImpl(const c10::OperatorHandle& op, torch::jit::Stack* stack, bool grad_…
DVmapInterpreter.h14 …void sendToNextInterpreterImpl(const c10::OperatorHandle& op, torch::jit::Stack* stack, bool grad_…
DADInterpreters.cpp212 void GradInterpreterPtr::sendToNextInterpreterImpl( in sendToNextInterpreterImpl() function in at::functorch::GradInterpreterPtr
230 void JvpInterpreterPtr::sendToNextInterpreterImpl( in sendToNextInterpreterImpl() function in at::functorch::JvpInterpreterPtr
DFunctionalizeInterpreter.cpp46 void FunctionalizeInterpreterPtr::sendToNextInterpreterImpl( in sendToNextInterpreterImpl() function in at::functorch::FunctionalizeInterpreterPtr
DInterpreter.cpp127 INTERPRETER_DISPATCH(key_, SINGLE_ARG(sendToNextInterpreterImpl(op, stack, grad_special_case))); in sendToNextInterpreter()