Searched refs:sendToNextInterpreterImpl (Results 1 – 7 of 7) sorted by relevance
/external/pytorch/aten/src/ATen/functorch/ |
D | ADInterpreters.h | 15 …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_…
|
D | VmapInterpreter.cpp | 13 void VmapInterpreterPtr::sendToNextInterpreterImpl( in sendToNextInterpreterImpl() function in at::functorch::VmapInterpreterPtr
|
D | FunctionalizeInterpreter.h | 14 …void sendToNextInterpreterImpl(const c10::OperatorHandle& op, torch::jit::Stack* stack, bool grad_…
|
D | VmapInterpreter.h | 14 …void sendToNextInterpreterImpl(const c10::OperatorHandle& op, torch::jit::Stack* stack, bool grad_…
|
D | ADInterpreters.cpp | 212 void GradInterpreterPtr::sendToNextInterpreterImpl( in sendToNextInterpreterImpl() function in at::functorch::GradInterpreterPtr 230 void JvpInterpreterPtr::sendToNextInterpreterImpl( in sendToNextInterpreterImpl() function in at::functorch::JvpInterpreterPtr
|
D | FunctionalizeInterpreter.cpp | 46 void FunctionalizeInterpreterPtr::sendToNextInterpreterImpl( in sendToNextInterpreterImpl() function in at::functorch::FunctionalizeInterpreterPtr
|
D | Interpreter.cpp | 127 INTERPRETER_DISPATCH(key_, SINGLE_ARG(sendToNextInterpreterImpl(op, stack, grad_special_case))); in sendToNextInterpreter()
|