|
__init__.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
|
test_batchnorm.py
|
Fix bug about output of AddNGrad.
|
2020-07-18 18:47:52 +08:00 |
|
test_cell.py
|
remove the 'raise' in construct of Cell
|
2020-12-17 10:54:42 +08:00 |
|
test_checkparameter.py
|
[ME] Bug fix
|
2020-10-16 13:01:34 +08:00 |
|
test_conv.py
|
clean pylint
|
2020-05-18 10:31:46 +08:00 |
|
test_dense.py
|
clean pylint
|
2020-05-18 10:31:46 +08:00 |
|
test_dropout.py
|
delete seed0 and seed1 in Dropout
|
2020-09-08 10:51:12 +08:00 |
|
test_flatten.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
|
test_loss.py
|
clean pylint
|
2020-05-18 10:31:46 +08:00 |
|
test_pooling.py
|
clean pylint
|
2020-05-18 10:31:46 +08:00 |
|
test_tensor_operation.py
|
add grad all in pynative mode
|
2020-07-10 17:49:54 +08:00 |