Searched refs:sendToNextInterpreter (Results 1 – 3 of 3) sorted by relevance
126 void Interpreter::sendToNextInterpreter(const c10::OperatorHandle& op, torch::jit::Stack* stack, bo… in sendToNextInterpreter() function in at::functorch::Interpreter
144 …void sendToNextInterpreter(const c10::OperatorHandle& op, torch::jit::Stack* stack, bool grad_spec…
481 guard.layer_.interpreter().sendToNextInterpreter(op, stack, grad_special_case); in dynamicLayerBack()