Unverified Commit 1caa3fcc authored by moto's avatar moto Committed by GitHub
Browse files

Update C++ API doc (#3671)

parent 83427953
......@@ -125,9 +125,9 @@ model implementations and application components.
:caption: C++ Prototype API Reference
:hidden:
libtorchaudio
libtorchaudio.stream_reader
libtorchaudio.stream_writer
libtorio
libtorio.stream_reader
libtorio.stream_writer
.. toctree::
:maxdepth: 1
......
libtorchaudio
=============
libtorio
========
.. warning::
TorchAudio's C++ API is a prototype feature.
API/ABI backward compatibility is not guaranteed.
.. toctree::
libtorchaudio.stream_reader
libtorchaudio.stream_writer
libtorio.stream_reader
libtorio.stream_writer
......@@ -2,6 +2,11 @@
TorchAudio's C++ API is a prototype feature.
API/ABI backward compatibility is not guaranteed.
.. note::
The top-level namespace has been changed from ``torchaudio`` to ``torio``.
torio::io::StreamReader
=======================
......
......@@ -2,6 +2,11 @@
TorchAudio's C++ API is prototype feature.
API/ABI backward compatibility is not guaranteed.
.. note::
The top-level namespace has been changed from ``torchaudio`` to ``torio``.
torio::io::StreamWriter
=======================
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment