Skip to content

Commit d8a9749

Browse files
authored
Clarify Extending PyTorch sidebar: make differences more obvious (#3209)
1 parent 6f54c88 commit d8a9749

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: advanced_source/python_custom_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
.. _python-custom-ops-tutorial:
55
6-
Python Custom Operators
6+
Custom Python Operators
77
=======================
88
99
.. grid:: 2

Diff for: index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -397,14 +397,14 @@ Welcome to PyTorch Tutorials
397397
:tags: Frontend-APIs,C++
398398

399399
.. customcarditem::
400-
:header: Python Custom Operators Landing Page
400+
:header: PyTorch Custom Operators Landing Page
401401
:card_description: This is the landing page for all things related to custom operators in PyTorch.
402402
:image: _static/img/thumbnails/cropped/Custom-Cpp-and-CUDA-Extensions.png
403403
:link: advanced/custom_ops_landing_page.html
404404
:tags: Extending-PyTorch,Frontend-APIs,C++,CUDA
405405

406406
.. customcarditem::
407-
:header: Python Custom Operators
407+
:header: Custom Python Operators
408408
:card_description: Create Custom Operators in Python. Useful for black-boxing a Python function for use with torch.compile.
409409
:image: _static/img/thumbnails/cropped/Custom-Cpp-and-CUDA-Extensions.png
410410
:link: advanced/python_custom_ops.html

0 commit comments

Comments
 (0)