torch.CPUForwardFn export type CPUForwardFn = (...args: unknown[]) => void; CPU kernel forward function signature.