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
Users would find it helpful to view API documentation pages instead of just needing to read through source files, samples, and tests. I would also like to link to API docs from https://iree.dev/guides/ml-frameworks/pytorch/.
(Issue migrated from nod-ai/SHARK-ModelDev#106)
Users would find it helpful to view API documentation pages instead of just needing to read through source files, samples, and tests. I would also like to link to API docs from https://iree.dev/guides/ml-frameworks/pytorch/.
IREE Python used readthedocs (with mixed results): https://iree-python-api.readthedocs.io/en/latest/
Could see what PyTorch uses for https://pytorch.org/docs/stable/index.html (sample page:
torch.nn.Linear
)Even if we don't end up publishing API docs, going through and adding docstrings and help text could still be useful.
The text was updated successfully, but these errors were encountered: