Created
February 6, 2020 01:09
-
-
Save timotheecour/983d2324bf4f22fb02daf7a57e490354 to your computer and use it in GitHub Desktop.
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
tree /tmp/htmldocs | |
/tmp/htmldocs | |
├── arraymancer.html | |
├── autograd | |
│ ├── autograd.html | |
│ ├── autograd_common.html | |
│ ├── autograd_common.idx | |
│ ├── gates_basic.html | |
│ ├── gates_basic.idx | |
│ ├── gates_blas.html | |
│ ├── gates_blas.idx | |
│ ├── gates_hadamard.html | |
│ ├── gates_hadamard.idx | |
│ ├── gates_reduce.html | |
│ ├── gates_reduce.idx | |
│ ├── gates_shapeshifting_concat_split.html | |
│ ├── gates_shapeshifting_concat_split.idx | |
│ ├── gates_shapeshifting_views.html | |
│ └── gates_shapeshifting_views.idx | |
├── datasets | |
│ ├── imdb.html | |
│ ├── imdb.idx | |
│ ├── mnist.html | |
│ ├── mnist.idx | |
│ ├── util.html | |
│ └── util.idx | |
├── io | |
│ ├── io.html | |
│ ├── io_csv.html | |
│ ├── io_csv.idx | |
│ ├── io_image.html | |
│ ├── io_image.idx | |
│ ├── io_npy.html | |
│ ├── io_npy.idx | |
│ ├── io_stream_readers.html | |
│ └── io_stream_readers.idx | |
├── laser | |
│ ├── compiler_optim_hints.html | |
│ ├── compiler_optim_hints.idx | |
│ ├── cpuinfo_x86.html | |
│ ├── cpuinfo_x86.idx | |
│ ├── openmp.html | |
│ ├── openmp.idx | |
│ ├── primitives | |
│ │ └── matrix_multiplication | |
│ │ ├── gemm.html | |
│ │ ├── gemm.idx | |
│ │ ├── gemm_utils.html | |
│ │ └── gemm_utils.idx | |
│ └── private | |
│ ├── align_unroller.html | |
│ ├── align_unroller.idx | |
│ ├── memory.html | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment