forked from activeloopai/deeplake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* temp fix * add docs * remove unrelated code * Update docs/source/deeplake.core.link-tiled-sample.rst * Update docs/source/deeplake.core.rst * Update docs/source/deeplake.api.link_tiled.rst Co-authored-by: Fayaz Rahman <fayazrahman4u@gmail.com> * updates --------- Co-authored-by: Fayaz Rahman <fayazrahman4u@gmail.com>
- Loading branch information
1 parent
d5113d4
commit 8ed8398
Showing
9 changed files
with
22 additions
and
6 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
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
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
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ Making Deep Lake Samples | |
|
||
read | ||
link | ||
link_tiled | ||
|
||
Parallelism | ||
~~~~~~~~~~~ | ||
|
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 @@ | ||
deeplake.api.link_tiled | ||
======================= | ||
.. currentmodule:: deeplake.api.link_tiled | ||
.. function:: link_tiled(path_array: np.ndarray, creds_key: Optional[str] = None) -> LinkedTiledSample: | ||
|
||
See :func:`deeplake.link_tiled`. |
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
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,5 @@ | ||
deeplake.core.linked_tiled_sample | ||
================================= | ||
.. currentmodule:: deeplake.core.linked_tiled_sample | ||
.. autoclass:: LinkedTiledSample | ||
: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
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