Linear graphs are straight-line graphs that visually represent a constant rate of change in the relationship between two variables, showing how one changes in response to the other. They are expressed ...
TL;DR: Is there a way to tell jax that a function of many variables is linear in each of them and have it handle the gradient pass efficiently? I have a function fun(*tensors) of many tensors, the ...