| .. |
|
__init__.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
|
test_celllist.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_compile.py
|
clean pylint
|
2020-05-18 10:31:46 +08:00 |
|
test_cont_break.py
|
clean pylint
|
2020-05-29 23:00:00 +08:00 |
|
test_create_obj.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_dictionary.py
|
get keys and values from dictionary & set tuple to dictionary
|
2020-10-29 18:06:06 +08:00 |
|
test_dtype.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_dtype_and_shape_as_attr.py
|
improve interface '__bool__' for tensor
|
2020-08-05 16:14:14 +08:00 |
|
test_enumerate.py
|
Check whether the network args are tensors in the compile phase
|
2020-10-19 11:46:10 +08:00 |
|
test_equal_two_mstype.py
|
support two mstypes do equal.
|
2020-08-12 09:12:46 +08:00 |
|
test_fix_bug.py
|
add ExpandDims whitelist
|
2020-06-28 11:29:16 +08:00 |
|
test_for_stmt.py
|
add support for value sequence of primitve
|
2020-07-15 09:24:39 +08:00 |
|
test_grammar_constraints.py
|
Fix coredump missing return statement after while loop
|
2020-08-18 14:16:21 +08:00 |
|
test_graph_return_const_param.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_if_function.py
|
support function as condition of if
|
2020-09-11 17:43:07 +08:00 |
|
test_list.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_operator.py
|
Fix pylint warning for test cases of optimizer, infer, parse and
|
2020-05-28 11:35:33 +08:00 |
|
test_parse.py
|
Check whether the network args are tensors in the compile phase
|
2020-10-19 11:46:10 +08:00 |
|
test_partial.py
|
improve the way passing ags of partial
|
2020-10-12 09:40:20 +08:00 |
|
test_serialize.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_structure_output.py
|
Check whether the network args are tensors in the compile phase
|
2020-10-19 11:46:10 +08:00 |
|
test_super.py
|
support tensor attr shape and dtype in graph mode
|
2020-08-03 17:09:31 +08:00 |
|
test_unaryop.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
|
test_while_param.py
|
change base class of ref to tensor in cpp
|
2020-08-26 12:41:25 +08:00 |