JS and native do not have an implementation for matmulInPlace for Float32 / Single / Float. Implement them. You should be able to take the pattern from the Double versions of these operations. Add tests too please.
JS and native do not have an implementation for matmulInPlace for Float32 / Single / Float. Implement them.
You should be able to take the pattern from the Double versions of these operations.
Add tests too please.