mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Summary: This was previously buggy and not being displayed on master. This fixes the issues with the script to generate the builtin function schemas and moves it to its own page (it's 6000+ lines of schemas) Sphinx looks like it will just keep going if it hits errors when importing modules, we should find out how to turn that off and put it in the CI This also includes some other small fixes: * removing internal only args from `script()` and `trace()` docs, this also requires manually keeping these argument lists up to date but I think the cleanliness is worth it * removes outdated note about early returns Pull Request resolved: https://github.com/pytorch/pytorch/pull/24056 Pulled By: driazati Differential Revision: D16742406 fbshipit-source-id: 9102ba14215995ffef5aaafcb66a6441113fad59
12 lines
215 B
ReStructuredText
12 lines
215 B
ReStructuredText
.. _builtin-functions:
|
|
|
|
TorchScript Builtins
|
|
====================
|
|
|
|
This is a full reference of functions and Tensor methods accessible in TorchScript
|
|
|
|
.. contents:: :local:
|
|
|
|
.. automodule:: torch.jit.supported_ops
|
|
|