Skip to content

Commit

Permalink
Write ImageBatchCopy node page.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nourepide committed Nov 28, 2023
1 parent 8a25327 commit a5f6c0c
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 0 deletions.
1 change: 1 addition & 0 deletions Writerside/allor-doc.tree
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
</toc-element>
<toc-element topic="Image-Batch.md">
<toc-element topic="Image-Batch-Get.md"/>
<toc-element topic="Image-Batch-Copy.md"/>
<toc-element topic="Image-Batch-Remove.md"/>
<toc-element topic="Image-Batch-Fork.md"/>
<toc-element topic="Image-Batch-Join.md"/>
Expand Down
33 changes: 33 additions & 0 deletions Writerside/topics/Image-Batch-Copy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Copy

<deflist type="narrow">
<def title="Full Name">
ImageBatchCopy
</def>
<def title="Description">
Copy image from batch of images.
</def>
<def title="Backend">
<a href="Modules.md" anchor="pytorch" summary="Image processing with pure Tensor without transformations.">PyTorch</a>
</def>
<def title="Input Parameters">
<deflist type="narrow">
<def title="Images">
RGB/A images
</def>
<def title="Index">
Index of image from batch
</def>
<def title="Quantity">
Number of quantity copied images
</def>
</deflist>
</def>
<def title="Output Parameters">
<deflist type="narrow">
<def title="Images">
RGB/A images
</def>
</deflist>
</def>
</deflist>
6 changes: 6 additions & 0 deletions Writerside/topics/Image-Batch.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Text

**Backend**: <a href="Modules.md" anchor="pytorch" summary="Image processing with pure Tensor without transformations.">PyTorch</a>.

### Copy

Text

**Backend**: <a href="Modules.md" anchor="pytorch" summary="Image processing with pure Tensor without transformations.">PyTorch</a>.

### Remove

Text
Expand Down

0 comments on commit a5f6c0c

Please sign in to comment.