| .. |
|
__init__.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
|
test_abs.py
|
support abs and mean of Tensor
|
2020-12-01 11:34:12 +08:00 |
|
test_assert.py
|
support asert
|
2022-03-30 14:54:38 +08:00 |
|
test_astype.py
|
add array_ops, math_ops and tensor ops
|
2021-01-14 15:32:36 +08:00 |
|
test_call_innetr_net_attr.py
|
add security isolate for save_graphs
|
2021-09-14 10:24:12 +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
|
Add input type check for instance Create in Cell.construct
|
2022-01-11 10:17:39 +08:00 |
|
test_debug_info.py
|
build core.so
|
2022-01-29 14:11:02 +08:00 |
|
test_dictionary.py
|
support convert ValueDict to py dict
|
2021-02-23 09:27:46 +08:00 |
|
test_dtype.py
|
clean pylint
|
2020-05-18 16:42:35 +08:00 |
|
test_dtype_and_shape_as_attr.py
|
9fdc0035a0
|
2021-05-29 10:31:23 +08:00 |
|
test_enumerate.py
|
enumerate function and enumerate test case added
|
2020-11-02 21:11:52 +08:00 |
|
test_equal_two_mstype.py
|
support two mstypes do equal.
|
2020-08-12 09:12:46 +08:00 |
|
test_expand_as.py
|
modify Tensor
|
2021-01-21 17:46:34 +08:00 |
|
test_fix_bug.py
|
Optimize the Executors routines.
|
2021-08-28 17:36:12 +08:00 |
|
test_flatten.py
|
add array_ops, math_ops and tensor ops
|
2021-01-14 15:32:36 +08:00 |
|
test_for_stmt.py
|
uni_backend: add ut ge test
|
2022-03-10 16:08:36 +08:00 |
|
test_grammar_constraints.py
|
[ME]Support raise in constant scenarios.
|
2022-03-22 19:33:47 +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_invert.py
|
fix greater op infervalue
|
2022-01-11 09:21:48 +08:00 |
|
test_isinstance.py
|
improve isinstance
|
2021-02-02 21:12:14 +08:00 |
|
test_len_of_array.py
|
support len of a Tensor
|
2020-12-26 17:02:25 +08:00 |
|
test_list.py
|
support list slice
|
2022-02-17 09:47:26 +08:00 |
|
test_list_add_list.py
|
list add list
|
2021-06-03 21:16:30 +08:00 |
|
test_list_comp.py
|
syntax
|
2021-09-13 15:20:53 +08:00 |
|
test_list_mul_number.py
|
iml dict.items() and multiplication op
|
2021-10-18 12:47:22 +08:00 |
|
test_mean.py
|
support abs and mean of Tensor
|
2020-12-01 11:34:12 +08:00 |
|
test_ms_function_pass_non_tensor_inputs.py
|
support scalar input for cell
|
2021-02-25 09:56:15 +08:00 |
|
test_number_mul_list.py
|
iml dict.items() and multiplication op
|
2021-10-18 12:47:22 +08:00 |
|
test_number_mul_tuple.py
|
iml dict.items() and multiplication op
|
2021-10-18 12:47:22 +08:00 |
|
test_operator.py
|
fix summary isolation
|
2021-09-18 10:59:14 +08:00 |
|
test_outermost_net_pass_non_tensor_inputs.py
|
Change the Parameter type name from 'ParameterTensor' to 'Parameter'
|
2022-03-08 11:23:56 +08:00 |
|
test_parse.py
|
Optimize the Executors routines.
|
2021-08-28 17:36:12 +08:00 |
|
test_parse_numpy.py
|
Enable JIT Fallback in default.
|
2021-10-28 20:18:06 +08:00 |
|
test_partial.py
|
Add supoort resolving outer lambda function for ops.Partial.
|
2021-11-26 15:05:50 +08:00 |
|
test_properties.py
|
add array_ops, math_ops and tensor ops
|
2021-01-14 15:32:36 +08:00 |
|
test_reshape.py
|
add array_ops, math_ops and tensor ops
|
2021-01-14 15:32:36 +08:00 |
|
test_sequence_assign.py
|
Convert AbstractList to AbstractTuple recursively
|
2022-03-16 09:59:27 +08:00 |
|
test_structure_output.py
|
Change TensorAdd to Add, from r1.1 to master
|
2021-02-01 17:53:52 +08:00 |
|
test_super.py
|
Revert "Add the check of function return None."
|
2021-11-25 21:18:24 +08:00 |
|
test_tensor_zero_dimension.py
|
enable zero dimension tensor when input is data
|
2021-03-24 15:46:17 +08:00 |
|
test_transpose.py
|
add array_ops, math_ops and tensor ops
|
2021-01-14 15:32:36 +08:00 |
|
test_tuple_index_by_negative.py
|
support item negative index bprop
|
2021-03-12 13:58:46 +08:00 |
|
test_tuple_mul_number.py
|
iml dict.items() and multiplication op
|
2021-10-18 12:47:22 +08:00 |
|
test_unaryop.py
|
initial version
|
2020-03-27 22:54:54 +08:00 |
|
test_use_undefined_name_or_unsupported_builtin_function.py
|
Enable JIT Fallback in default.
|
2021-10-28 20:18:06 +08:00 |
|
test_view.py
|
modify Tensor
|
2021-01-21 17:46:34 +08:00 |
|
test_while_param.py
|
add security isolate for save_graphs
|
2021-09-14 10:24:12 +08:00 |