Closed
Description
Description
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.