It has all dezero code in one file.
It renamed some functions, methods and so on from original code in order to avoid name conflicts such as 'Linear' in dezero.functions and dezero.layers.
- dezero/all.py
- tests/test_all.py
- tests/gpu/gpu_test_all.py 1
python -m unittest tests/test_all.py
python -m unittest tests/gpu/gpu_test_all.py
Footnotes
-
gpu_test_all.py imports only tests like system test, which are gpu_test_batchnorm.py, gpu_test_linear.py and gpu_test_vgg16.py. ↩