(x: R.Tensor((), "int32"))
| 1976 | class Mixture: |
| 1977 | @R.function(pure=False) |
| 1978 | def print(x: R.Tensor((), "int32")) -> R.Tensor((), "int32"): |
| 1979 | y = R.print(x, format="x: {}") |
| 1980 | return x |
| 1981 | |
| 1982 | @R.function(pure=False) |
| 1983 | def assert_func(x: R.Tensor((), "int32")) -> R.Tensor((), "int32"): |
no test coverage detected