| .. |
|
__init__.py
|
support int, float in graph mode
|
2022-08-23 14:55:03 +08:00 |
|
test_abs.py
|
support int, float in graph mode
|
2022-08-23 14:55:03 +08:00 |
|
test_all_any.py
|
revert all/any
|
2022-09-07 14:11:33 +08:00 |
|
test_bool.py
|
support bool str function
|
2022-08-30 10:30:05 +08:00 |
|
test_getattr.py
|
Fix error message for static getter
|
2022-09-08 11:17:15 +08:00 |
|
test_hasattr.py
|
fix hasattr problem
|
2022-08-27 14:17:54 +08:00 |
|
test_int_float.py
|
support bool str function
|
2022-08-30 10:30:05 +08:00 |
|
test_isinstance.py
|
support int, float in graph mode
|
2022-08-23 14:55:03 +08:00 |
|
test_len.py
|
support int, float in graph mode
|
2022-08-23 14:55:03 +08:00 |
|
test_list_comprehension.py
|
support int, float in graph mode
|
2022-08-23 14:55:03 +08:00 |
|
test_list_tuple.py
|
support int, float in graph mode
|
2022-08-23 14:55:03 +08:00 |
|
test_max_min.py
|
Support built-in function max is tuple tensor.
|
2022-09-07 17:56:14 +08:00 |
|
test_round.py
|
!40651 Support int(), float() function in graph mode.
|
2022-08-24 01:53:27 +00:00 |
|
test_str.py
|
support bool str function
|
2022-08-30 10:30:05 +08:00 |
|
test_sum.py
|
support built-in function sum when the type of input is Tensor
|
2022-09-06 16:58:35 +08:00 |