-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (40 loc) · 899 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
exprgrad/wrappers/llvm
exprgrad/wrappers/my_module.bc
exprgrad/wrappers/llvm_ext.o
exprgrad/runtimes/cl
examples/xor/xor
examples/xor_from_scratch/xor_from_scratch
examples/matmul/matmul
examples/fashion_mnist/data/
examples/fashion_mnist/fashion_mnist
examples/fashion_mnist/model.*
examples/gan/data/
examples/gan/gan
examples/gan/model.*
examples/gan/sample.ppm
examples/inverse_rendering/inverse_rendering
examples/inverse_rendering/target.ppm
examples/inverse_rendering/train/
examples/derivative/derivative
benchmarks/conv2/conv2
benchmarks/conv2/nimcache
benchmarks/matmul/matmul_gpu
tests/test_tensors
tests/test_model
tests/test_serialize
tests/test_json
tests/test_dnn
tests/test_csv
tests/test_gpu
tests/test_errors
tests/test_talks
tests/test_idxformat
tests/test_ppmformat
tests/data.bin
tests/data.ppm
tests/module.bc
tests/module.ll
old/
docs/assets/social-banner/
data.bin
data.ppm