@fklc
In forward mode, it seems that each forward pass can compute the gradient of the output with respect to only one input at a time. So if the input is a vector, would that be considered as 1 input or would each value in that vector be considered as 1 input (so x has n inputs basically)?