-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 131924e
Showing
298 changed files
with
41,337 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
include: | ||
- _static |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>SPDL</title> | ||
</head> | ||
<body> | ||
<p>Redirecting to the main document.</p> | ||
<script> | ||
window.location.href= "./main/index.html"; | ||
</script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 8aa5a445c937711ffc8fad28f3a59517 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+25.5 KB
main/.doctrees/generated/spdl.io.async_load_image_batch_nvdec.doctree
Binary file not shown.
Binary file added
BIN
+13.1 KB
main/.doctrees/generated/spdl.io.async_load_image_batch_nvjpeg.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+7.66 KB
main/.doctrees/generated/spdl.io.async_streaming_decode_packets.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
API Reference | ||
============= | ||
|
||
.. autosummary:: | ||
:toctree: generated | ||
:template: _custom_autosummary_module.rst | ||
:caption: API Reference | ||
:recursive: | ||
|
||
spdl.io | ||
spdl.dataloader | ||
spdl.utils | ||
|
||
.. toctree:: | ||
|
||
generated/libspdl/root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
spdl.dataloader.Pipeline | ||
======================== | ||
|
||
.. currentmodule:: spdl.dataloader | ||
|
||
.. autoclass:: Pipeline | ||
:members: | ||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
~Pipeline.auto_stop | ||
~Pipeline.get_item | ||
~Pipeline.get_iterator | ||
~Pipeline.start | ||
~Pipeline.stop |
16 changes: 16 additions & 0 deletions
16
main/_sources/generated/spdl.dataloader.PipelineBuilder.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
spdl.dataloader.PipelineBuilder | ||
=============================== | ||
|
||
.. currentmodule:: spdl.dataloader | ||
|
||
.. autoclass:: PipelineBuilder | ||
:members: | ||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
~PipelineBuilder.add_sink | ||
~PipelineBuilder.add_source | ||
~PipelineBuilder.aggregate | ||
~PipelineBuilder.build | ||
~PipelineBuilder.pipe |
6 changes: 6 additions & 0 deletions
6
main/_sources/generated/spdl.dataloader.PipelineFailure.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
spdl.dataloader.PipelineFailure | ||
=============================== | ||
|
||
.. currentmodule:: spdl.dataloader | ||
|
||
.. autoexception:: PipelineFailure |
13 changes: 13 additions & 0 deletions
13
main/_sources/generated/spdl.dataloader.PipelineHook.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
spdl.dataloader.PipelineHook | ||
============================ | ||
|
||
.. currentmodule:: spdl.dataloader | ||
|
||
.. autoclass:: PipelineHook | ||
:members: | ||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
~PipelineHook.stage_hook | ||
~PipelineHook.task_hook |
13 changes: 13 additions & 0 deletions
13
main/_sources/generated/spdl.dataloader.TaskStatsHook.rst.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
spdl.dataloader.TaskStatsHook | ||
============================= | ||
|
||
.. currentmodule:: spdl.dataloader | ||
|
||
.. autoclass:: TaskStatsHook | ||
:members: | ||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
~TaskStatsHook.stage_hook | ||
~TaskStatsHook.task_hook |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
spdl.dataloader.create\_task | ||
============================ | ||
|
||
.. currentmodule:: spdl.dataloader | ||
|
||
.. autofunction:: create_task |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,162 @@ | ||
.. | ||
Custom template for our custom_autosummary. | ||
The purpose of using custom_autosummary is list the entries on | ||
the right side bar instead of the left side bar. | ||
This is achieved with the combination of custom directive, template and CSS. | ||
The `custom_autosummary` directive functions mostly like `autosummary`. We | ||
pass `:toctree:` option to generate a doc page for each entry, but we use | ||
our custom `:hide_from_toctree:` option so as not to attach them in ToC tree. | ||
|
||
This template inserts a section header for each entry, so that they show up | ||
in the right-side bar. The headers are hidden by CSS. | ||
|
||
Because each entry will have its own table and their borders no longer match, | ||
table borders are hidden by CSS and instead we use horizontal line. | ||
|
||
.. raw:: html | ||
|
||
<div class="custom_autosummary"> | ||
|
||
spdl.dataloader | ||
=============== | ||
|
||
.. automodule:: spdl.dataloader | ||
|
||
.. | ||
############################################################################ | ||
Functions | ||
############################################################################ | ||
|
||
|
||
.. rubric:: Functions | ||
|
||
|
||
create\_task | ||
------------ | ||
.. autosummary:: | ||
:toctree: | ||
:nosignatures: | ||
:hide_from_toctree: | ||
|
||
~spdl.dataloader.create_task | ||
|
||
|
||
|
||
|
||
|
||
.. | ||
############################################################################ | ||
Attributes | ||
############################################################################ | ||
|
||
|
||
|
||
|
||
.. | ||
############################################################################ | ||
Classes | ||
############################################################################ | ||
|
||
|
||
.. rubric:: Classes | ||
|
||
|
||
Pipeline | ||
-------- | ||
.. autosummary:: | ||
:toctree: | ||
:nosignatures: | ||
:hide_from_toctree: | ||
:template: _custom_autosummary_class.rst | ||
|
||
~spdl.dataloader.Pipeline | ||
|
||
|
||
PipelineBuilder | ||
--------------- | ||
.. autosummary:: | ||
:toctree: | ||
:nosignatures: | ||
:hide_from_toctree: | ||
:template: _custom_autosummary_class.rst | ||
|
||
~spdl.dataloader.PipelineBuilder | ||
|
||
|
||
PipelineHook | ||
------------ | ||
.. autosummary:: | ||
:toctree: | ||
:nosignatures: | ||
:hide_from_toctree: | ||
:template: _custom_autosummary_class.rst | ||
|
||
~spdl.dataloader.PipelineHook | ||
|
||
|
||
TaskStatsHook | ||
------------- | ||
.. autosummary:: | ||
:toctree: | ||
:nosignatures: | ||
:hide_from_toctree: | ||
:template: _custom_autosummary_class.rst | ||
|
||
~spdl.dataloader.TaskStatsHook | ||
|
||
|
||
|
||
|
||
|
||
.. | ||
############################################################################ | ||
Exceptions | ||
############################################################################ | ||
|
||
|
||
.. rubric:: Exceptions | ||
|
||
|
||
PipelineFailure | ||
--------------- | ||
.. autosummary:: | ||
:toctree: | ||
:nosignatures: | ||
:hide_from_toctree: | ||
|
||
~spdl.dataloader.PipelineFailure | ||
|
||
|
||
|
||
|
||
|
||
.. | ||
############################################################################ | ||
Sub modules | ||
############################################################################ | ||
|
||
|
||
|
||
|
||
.. | ||
############################################################################ | ||
Others | ||
############################################################################ | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
.. raw:: html | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
spdl.io.AudioFrames | ||
=================== | ||
|
||
.. currentmodule:: spdl.io | ||
|
||
.. autoclass:: AudioFrames | ||
:members: | ||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
~AudioFrames.clone | ||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
~AudioFrames.num_channels | ||
~AudioFrames.num_frames | ||
~AudioFrames.sample_fmt | ||
~AudioFrames.sample_rate |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
spdl.io.AudioPackets | ||
==================== | ||
|
||
.. currentmodule:: spdl.io | ||
|
||
.. autoclass:: AudioPackets | ||
:members: | ||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
~AudioPackets.clone | ||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
~AudioPackets.timestamp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
spdl.io.CPUBuffer | ||
================= | ||
|
||
.. currentmodule:: spdl.io | ||
|
||
.. autoclass:: CPUBuffer | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
spdl.io.CUDABuffer | ||
================== | ||
|
||
.. currentmodule:: spdl.io | ||
|
||
.. autoclass:: CUDABuffer | ||
:members: | ||
|
||
.. rubric:: Attributes | ||
|
||
.. autosummary:: | ||
~CUDABuffer.device_index |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
spdl.io.CUDAConfig | ||
================== | ||
|
||
.. currentmodule:: spdl.io | ||
|
||
.. autoclass:: CUDAConfig | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
spdl.io.DecodeConfig | ||
==================== | ||
|
||
.. currentmodule:: spdl.io | ||
|
||
.. autoclass:: DecodeConfig | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
spdl.io.DemuxConfig | ||
=================== | ||
|
||
.. currentmodule:: spdl.io | ||
|
||
.. autoclass:: DemuxConfig | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
spdl.io.Demuxer | ||
=============== | ||
|
||
.. currentmodule:: spdl.io | ||
|
||
.. autoclass:: Demuxer | ||
:members: | ||
|
||
.. rubric:: Methods | ||
|
||
.. autosummary:: | ||
~Demuxer.demux_audio | ||
~Demuxer.demux_image | ||
~Demuxer.demux_video | ||
~Demuxer.has_audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
spdl.io.EncodeConfig | ||
==================== | ||
|
||
.. currentmodule:: spdl.io | ||
|
||
.. autoclass:: EncodeConfig | ||
:members: |
Oops, something went wrong.