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

mkdocs.yml - github.com/torch/torch7.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 39a34d7c231c28e8210dcbadab71a1c32146fa87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
site_name: torch7
theme : simplex
repo_url : https://github.com/torch/torch7
use_directory_urls : false
markdown_extensions: [extra]
docs_dir : doc
pages:
- [index.md, Home]
- [tensor.md, Tensor Library, Tensor]
- [maths.md, Tensor Library, Tensor Math]
- [storage.md, Tensor Library, Storage]
- [file.md, File I/O Library, File Interface]
- [diskfile.md, File I/O Library, Disk File]
- [memoryfile.md, File I/O Library, Memory File]
- [pipefile.md, File I/O Library, Pipe File]
- [serialization.md, File I/O Library, Serialization]
- [utility.md, Useful Utilities, Class]
- [timer.md, Useful Utilities, Timer]
- [tester.md, Useful Utilities, Tester]
- [cmdline.md, Useful Utilities, CmdLine]
- [random.md, Useful Utilities, Random]