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. ...@@ -125,9 +125,9 @@ model implementations and application components.
:caption: C++ Prototype API Reference :caption: C++ Prototype API Reference
:hidden: :hidden:
libtorchaudio libtorio
libtorchaudio.stream_reader libtorio.stream_reader
libtorchaudio.stream_writer libtorio.stream_writer
.. toctree:: .. toctree::
:maxdepth: 1 :maxdepth: 1
......
libtorchaudio libtorio
============= ========
.. warning:: .. warning::
TorchAudio's C++ API is a prototype feature. TorchAudio's C++ API is a prototype feature.
API/ABI backward compatibility is not guaranteed. API/ABI backward compatibility is not guaranteed.
.. toctree:: .. toctree::
libtorchaudio.stream_reader libtorio.stream_reader
libtorchaudio.stream_writer libtorio.stream_writer
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
TorchAudio's C++ API is a prototype feature. TorchAudio's C++ API is a prototype feature.
API/ABI backward compatibility is not guaranteed. API/ABI backward compatibility is not guaranteed.
.. note::
The top-level namespace has been changed from ``torchaudio`` to ``torio``.
torio::io::StreamReader torio::io::StreamReader
======================= =======================
......
...@@ -2,6 +2,11 @@ ...@@ -2,6 +2,11 @@
TorchAudio's C++ API is prototype feature. TorchAudio's C++ API is prototype feature.
API/ABI backward compatibility is not guaranteed. API/ABI backward compatibility is not guaranteed.
.. note::
The top-level namespace has been changed from ``torchaudio`` to ``torio``.
torio::io::StreamWriter 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