File tree 1 file changed +61
-0
lines changed
1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ build /
2
+ dist /
3
+ torch.egg-info /
4
+ * /** /__pycache__
5
+ torch /version.py
6
+ torch /csrc /generic /TensorMethods.cpp
7
+ torch /lib /* .so *
8
+ torch /lib /* .a *
9
+ torch /lib /* .dll *
10
+ torch /lib /* .lib
11
+ torch /lib /* .dylib *
12
+ torch /lib /* .h
13
+ torch /lib /build
14
+ torch /lib /tmp_install
15
+ torch /lib /include
16
+ torch /lib /torch_shm_manager
17
+ torch /csrc /jit /generated /*
18
+ torch /csrc /autograd /generated /*
19
+ torch /csrc /cudnn /cuDNN.cpp
20
+ torch /csrc /nn /THNN.cwrap
21
+ torch /csrc /nn /THNN.cpp
22
+ torch /csrc /nn /THCUNN.cwrap
23
+ torch /csrc /nn /THCUNN.cpp
24
+ torch /csrc /nn /THNN_generic.cwrap
25
+ torch /csrc /nn /THNN_generic.cpp
26
+ torch /csrc /nn /THNN_generic.h
27
+ torch /csrc /generated
28
+ docs /src /** /*
29
+ test /data /legacy_modules.t7
30
+ test /data /gpu_tensors.pt
31
+ test /htmlcov
32
+ test /.coverage
33
+ * /* .pyc
34
+ * /** /* .pyc
35
+ * /** /** /* .pyc
36
+ * /** /** /** /* .pyc
37
+ * /** /** /** /** /* .pyc
38
+ * /* .so *
39
+ * /** /* .so *
40
+ * /** /* .dylib *
41
+ test /data /legacy_serialized.pt
42
+ test /data /linear.pt
43
+ .mypy_cache
44
+
45
+ # IPython notebook checkpoints
46
+ .ipynb_checkpoints
47
+
48
+ # Editor temporaries
49
+ * .swn
50
+ * .swo
51
+ * .swp
52
+ * ~
53
+
54
+ # macOS dir files
55
+ .DS_Store
56
+
57
+ # Ninja files
58
+ .ninja_deps
59
+ .ninja_log
60
+ compile_commands.json
61
+ * .egg-info /
You can’t perform that action at this time.
0 commit comments