..
gradient
add examples of grad, jvp and vjp
2021-11-16 14:15:26 +08:00
optim
Modify Optimizer to support flatten parameters
2022-04-07 14:11:32 +08:00
probability
modify ut of probability
2021-10-14 19:33:34 +08:00
__init__.py
pylint waring clean
2020-05-13 11:30:27 +08:00
test_activation.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_batchnorm.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_cell.py
Fix fallback and cell kwargs issues.
2021-10-27 14:06:02 +08:00
test_cell_wrapper.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_central_crop.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_checkparameter.py
fix CI random fails
2020-11-02 16:28:28 +08:00
test_clip_by_norm.py
clean pylint
2020-06-04 21:03:30 +08:00
test_container.py
set default context mode to GRAPH_MODE
2021-06-09 14:40:49 +08:00
test_conv.py
!906 fix a bug that support dilation greater than 1 in conv2dTranspose ops
2020-05-09 21:58:27 +08:00
test_dense.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_dynamic_lr.py
uniform learning_rate behavior of optimizers
2020-07-20 21:09:20 +08:00
test_flatten.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_l1_regularizer.py
add security isolate for save_graphs
2021-09-14 10:24:12 +08:00
test_learning_rate_schedule.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_loss.py
diceloss bug
2021-03-09 16:23:45 +08:00
test_lstm.py
pylint waring clean
2020-05-13 11:30:27 +08:00
test_msssim.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_nn_embedding.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_nn_pad.py
remove name arg from gradoperation
2020-08-26 11:16:57 +08:00
test_norm.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_parameter.py
Modify Optimizer to support flatten parameters
2022-04-07 14:11:32 +08:00
test_pooling.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_psnr.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_resizebilinear.py
Modify error content
2021-09-10 15:21:33 +08:00
test_ssim.py
Optimize the Executors routines.
2021-08-28 17:36:12 +08:00
test_transformer.py
Add args check
2021-09-08 09:12:35 +08:00
test_tril.py
Add nn.Tril function
2020-11-19 10:31:30 +08:00
test_triu.py
uni_backend: add ut ge test
2022-03-10 16:08:36 +08:00