//clika-runtime/io.clika.runtime/F/matmul
matmul
[jvm]
fun matmul(input: Tensor, other: Tensor): Tensor
matmul(input, other): the function form of the infix operator.
//clika-runtime/io.clika.runtime/F/matmul
[jvm]
fun matmul(input: Tensor, other: Tensor): Tensor
matmul(input, other): the function form of the infix operator.