Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mkdocs.yml - github.com/torch/image.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 97c8026d5e683656909df7e4333fb0e89b581f3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
site_name: image
theme : simplex
repo_url : https://github.com/torch/image
use_directory_urls : false
markdown_extensions: [extra]
docs_dir : doc
pages:
- [index.md, Image]
- [saveload.md, Saving and Loading]
- [simpletransform.md, Simple Transformations]
- [paramtransform.md, Parameterized Transformations]
- [gui.md, Graphical User Interfaces]
- [colorspace.md, Color Space Conversions]
- [tensorconstruct.md, Tensor Constructors]