| .. |
|
engine
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
ge
|
Rewrite tensor's __bool__ for pynative mode
|
2020-07-23 16:51:46 +08:00 |
|
nn
|
[ME] Bug fix
|
2020-10-16 13:01:34 +08:00 |
|
ops
|
* add doc for some Parameter property.* add export in quant __all__* fix bug for isinstance & add ut for it
|
2020-09-15 18:25:12 +08:00 |
|
vm
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
__init__.py
|
clean pylint
|
2020-05-18 10:31:46 +08:00 |
|
test_backend.py
|
Move some ir files which backend optpass dumped to the fold: verbose_ir_files
|
2020-11-02 19:18:24 +08:00 |
|
test_bprop.py
|
Fix pylint warning for files under `pynative_mode` directory.
|
2020-05-27 19:28:31 +08:00 |
|
test_cont_cases.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_context.py
|
Move some ir files which backend optpass dumped to the fold: verbose_ir_files
|
2020-11-02 19:18:24 +08:00 |
|
test_framstruct.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_graph_param_cases.py
|
add support for tuple parameter transform
|
2020-09-01 14:17:52 +08:00 |
|
test_graph_return_const_param.py
|
clean pylint
|
2020-06-04 21:03:30 +08:00 |
|
test_high_order_grad.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_hook.py
|
mod_SoftmaxCrossEntropyWithLogits
|
2020-09-03 17:33:20 +08:00 |
|
test_implicit_conversion.py
|
support int64 shape
|
2020-11-05 21:15:49 +08:00 |
|
test_insert_grad_of.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_kw_and_kwarg.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_multi_grad.py
|
add support for pynative multicases
|
2020-09-08 16:09:48 +08:00 |
|
test_multigraph_sink.py
|
remove redundant phi
|
2020-07-17 11:46:09 +08:00 |
|
test_parse_method.py
|
support throw attribute error from c++
|
2020-07-18 17:54:26 +08:00 |
|
test_partial.py
|
support int64 shape
|
2020-11-05 21:15:49 +08:00 |
|
test_pynative_model.py
|
mod_SoftmaxCrossEntropyWithLogits
|
2020-09-03 17:33:20 +08:00 |
|
test_remove_unnecessary_phi.py
|
remove loop can unroll flag, clean some python usage
|
2020-07-18 17:41:34 +08:00 |
|
test_sparse_pynative.py
|
remove name arg from gradoperation
|
2020-08-26 11:16:57 +08:00 |
|
test_staging.py
|
Use MetaTensor instead of Initializer
|
2020-10-16 09:38:11 +08:00 |
|
test_stop_gradient.py
|
Add pynative bprop nested grad
|
2020-11-02 19:33:33 +08:00 |
|
test_training.py
|
clean pylint
|
2020-06-04 21:03:30 +08:00 |
|
test_tuple_parameter.py
|
support parameter tuple input in pynative mode
|
2020-08-31 20:38:43 +08:00 |
|
test_user_define_bprop_check.py
|
check user define bprop when there is parameter in nested network
|
2020-09-01 21:24:27 +08:00 |