mindspore2022/tests/ut/python
dayschan 771e3f61f3 Clean GraphKernel's codes from frontend
1. set class GraphKernel as deprecated, and treat it as Cell
2. set class InplaceAssign as deprecated, suggested using Assign instead.
3. set op_selector as deprecated, removed the _selected_ops and _selected_grad_ops, replaced with real operations
4. removed the two passes of GraphKernel from frontend
5. removed the GraphKernel's codes from other modules
2021-04-17 11:03:34 +08:00
..
automl modify case 2020-07-29 00:15:48 +08:00
cachetests Fix shellcheck warnings 2021-04-15 09:33:07 -04:00
communication Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
dataset !14930 Handle ignored returned Status 2021-04-17 03:52:41 +08:00
dtype Support determine tensor in(not in) a list(tuple) 2020-10-26 14:41:04 +08:00
exec Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
hccl_test enable parallel optimizer in auto parallel 2020-10-08 14:51:15 +08:00
ir enable zero dimension tensor when input is data 2021-03-24 15:46:17 +08:00
keep_order [auto-monad] Support side-effects by auto-monad 2021-02-08 09:01:15 +08:00
metrics modify dice and diceloss 2021-01-29 15:10:05 +08:00
mindrecord MindData Codespell correction 2021-04-07 10:20:29 +08:00
model fix incorrect in_channel size error messages 2021-02-05 11:45:22 -05:00
nn diceloss bug 2021-03-09 16:23:45 +08:00
onnx Change GatherV2 to Gather r1.1 to master 2021-01-30 14:13:47 +08:00
ops IR operators of GPU and CPU are unified as batchnorm 2021-03-18 19:02:28 +08:00
optimizer If a fv cnode is not mapped but belong to primal_graph_, then don't propagate this fv to caller, it should mapped instead 2021-03-25 11:49:37 +00:00
parallel Clean GraphKernel's codes from frontend 2021-04-17 11:03:34 +08:00
parameter_feature Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
pipeline show accurate error line when use user defined class 2021-04-01 21:52:00 +08:00
profiler Modify profiling dir structure to fit the new Run Package 2020-12-18 11:04:07 +08:00
pynative_mode Add a switch to control grad for scalar 2021-02-27 18:12:37 +08:00
test_data initial version 2020-03-27 22:54:54 +08:00
train Optimize summary ut and delete duplicate test cases 2021-03-08 17:36:17 +08:00
transform Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
utils Change TensorAdd to Add, from r1.1 to master 2021-02-01 17:53:52 +08:00
__init__.py initial version 2020-03-27 22:54:54 +08:00
conftest.py Rebase up to 88ded11f59 2020-09-24 14:09:08 -04:00
runtest.sh fix parallel timeout 2021-04-02 20:19:26 +08:00
runtest_opensrc.sh fix shellcheck error 2021-03-16 15:43:50 +08:00
test_log.py modify the log module 2021-03-19 09:59:45 +08:00
ut_filter.py clean pylint 2020-05-18 10:31:46 +08:00