Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
Torchaudio
Commits
1caa3fcc
Unverified
Commit
1caa3fcc
authored
Oct 24, 2023
by
moto
Committed by
GitHub
Oct 24, 2023
Browse files
Update C++ API doc (#3671)
parent
83427953
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
7 deletions
+17
-7
docs/source/index.rst
docs/source/index.rst
+3
-3
docs/source/libtorio.rst
docs/source/libtorio.rst
+4
-4
docs/source/libtorio.stream_reader.rst
docs/source/libtorio.stream_reader.rst
+5
-0
docs/source/libtorio.stream_writer.rst
docs/source/libtorio.stream_writer.rst
+5
-0
No files found.
docs/source/index.rst
View file @
1caa3fcc
...
@@ -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
:
libtor
chaud
io
libtorio
libtor
chaud
io
.
stream_reader
libtorio
.
stream_reader
libtor
chaud
io
.
stream_writer
libtorio
.
stream_writer
..
toctree
::
..
toctree
::
:
maxdepth
:
1
:
maxdepth
:
1
...
...
docs/source/libtor
chaud
io.rst
→
docs/source/libtorio.rst
View file @
1caa3fcc
libtor
chaud
io
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::
libtor
chaud
io.stream_reader
libtorio.stream_reader
libtor
chaud
io.stream_writer
libtorio.stream_writer
docs/source/libtor
chaud
io.stream_reader.rst
→
docs/source/libtorio.stream_reader.rst
View file @
1caa3fcc
...
@@ -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
=======================
=======================
...
...
docs/source/libtor
chaud
io.stream_writer.rst
→
docs/source/libtorio.stream_writer.rst
View file @
1caa3fcc
...
@@ -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
=======================
=======================
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment