/
vshmidt
/
pytorch
Обзор
Документация
Войти
/
vshmidt
/
pytorch
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
docs/cpp/source/library.rst
37 строк
851 B
Joel Schlosser
Re-enable C++ doc generation (#81719)
20 июл 2022, 22:54
20 июл 2022, 22:54
8573da5
Код
Авторство
О чём код?
Torch Library API ================= The PyTorch C++ API provides capabilities for extending PyTorch's core library of operators with user defined operators and data types. Extensions implemented using the Torch Library API are made available for use in both the PyTorch eager API as well as in TorchScript. For a tutorial style introduction to the library API, check out the `Extending TorchScript with Custom C++ Operators <https://pytorch.org/tutorials/advanced/torch_script_custom_ops.html>`_ tutorial. Macros ------ .. doxygendefine:: TORCH_LIBRARY .. doxygendefine:: TORCH_LIBRARY_IMPL Classes ------- .. doxygenclass:: torch::Library :members: .. doxygenclass:: torch::CppFunction :members: Functions --------- .. doxygengroup:: torch-dispatch-overloads :content-only: .. doxygengroup:: torch-schema-overloads :content-only: