We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>>> import array_api_compat >>> array_api_compat.__version__ '1.11.2' >>> from array_api_compat import torch >>> torch.repeat Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: module 'array_api_compat.torch' has no attribute 'repeat'