mindspore/tests/ut/python/pipeline/infer
Zhang Qinghua 8b8c59f01e Optimize the compile performance in Parser, FG, Manager and Renormalize:
---
Remove the routine of handling isolated nodes in Renormalize.
Add isolated nodes from Parser&Resolver.
Modify isolated nodes handling in FG&Manager.
Optimize the renormalize routines.
Other optimizations.
2021-03-04 16:01:54 +08:00
..
__init__.py initial version 2020-03-27 22:54:54 +08:00
infer.py change tensor dtype and shape from function to attr 2020-06-12 19:03:23 +08:00
test_auto_monad.py Optimize the compile performance in Parser, FG, Manager and Renormalize: 2021-03-04 16:01:54 +08:00
test_hypermap_specialize.py Rewrite tensor's __bool__ for pynative mode 2020-07-23 16:51:46 +08:00
test_interface_all_and_any_of_tensor.py support axis is None for all and any interface in graph mode. 2020-08-17 17:53:02 +08:00
test_mod.py add check for mod when y in (-1, 0) 2020-09-02 18:10:00 +08:00
test_net_infer.py Check whether the network args are tensors in the compile phase 2020-10-19 11:46:10 +08:00
test_not_in.py add overflow check for make_range and optimize isinstance processing 2020-09-17 19:47:10 +08:00
test_range.py clean pylint 2020-05-18 16:42:35 +08:00
test_scalar_add_grad.py Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00