Open
Description
While the NumPy tests need to be run like so
import numpy.array_api as array_module
array_api
is not an attribute of other modules such as torch or tensorflow. Presumable these should be run like so:
import torch as array_module
import tensorflow as array_module
A couple of sentences stating this in the README might be helpful? Otherwise if they are not officially supported yet (I noticed there is only a github workflow for numpy), then maybe stating this in the README would be helpful? It isn't immediately obvious to me how I should run these tests for different backend frameworks. Any help appreciated!