You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Numba/JAX/PyTorhch backends create a FunctionGraph that is passed to compare_py_and_x, but this is useless. We only use it to extract the inputs/outputs, so we could pass those directly.
Also the whole set_test_value/get_test_value nonsense. We are deprecating the test value machinery, so we should just pass the test values directly without setting/getting them.