Skip to content

Commit dc496bb

Browse files
Fix doxygen docs for runtime API reference (#6067)
Fix doxygen docs for runtime API reference (#6061) Summary: Pull Request resolved: #6061 Reviewed By: dbort Differential Revision: D64129146 Pulled By: dvorjackz fbshipit-source-id: 282d74ccfd5e9d660735260248a886f811ab74a4 (cherry picked from commit b118d8e) Co-authored-by: Jack Zhang <[email protected]>
1 parent c0d007f commit dc496bb

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/source/executorch-runtime-api-reference.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,32 +11,32 @@ For detailed information on how APIs evolve and the deprecation process, please
1111
Model Loading and Execution
1212
---------------------------
1313

14-
.. doxygenclass:: torch::executor::DataLoader
14+
.. doxygenclass:: executorch::runtime::DataLoader
1515
:members:
1616

17-
.. doxygenclass:: torch::executor::MemoryAllocator
17+
.. doxygenclass:: executorch::runtime::MemoryAllocator
1818
:members:
1919

20-
.. doxygenclass:: torch::executor::HierarchicalAllocator
20+
.. doxygenclass:: executorch::runtime::HierarchicalAllocator
2121
:members:
2222

23-
.. doxygenclass:: torch::executor::MemoryManager
23+
.. doxygenclass:: executorch::runtime::MemoryManager
2424
:members:
2525

26-
.. doxygenclass:: torch::executor::Program
26+
.. doxygenclass:: executorch::runtime::Program
2727
:members:
2828

29-
.. doxygenclass:: torch::executor::Method
29+
.. doxygenclass:: executorch::runtime::Method
3030
:members:
3131

32-
.. doxygenclass:: torch::executor::MethodMeta
32+
.. doxygenclass:: executorch::runtime::MethodMeta
3333
:members:
3434

3535
Values
3636
------
3737

38-
.. doxygenstruct:: torch::executor::EValue
38+
.. doxygenstruct:: executorch::runtime::EValue
3939
:members:
4040

41-
.. doxygenclass:: torch::executor::Tensor
41+
.. doxygenclass:: executorch::aten::Tensor
4242
:members:

0 commit comments

Comments
 (0)