(A, B, device=None)
| 184 | |
| 185 | |
| 186 | def _mul(A, B, device=None): |
| 187 | elementwise_func("_mul", A, B, 0) |
| 188 | |
| 189 | |
| 190 | def create_linear_map(signed=True, total_bits=8, add_zero=True): |
nothing calls this directly
no test coverage detected
searching dependent graphs…