pub fn mul(
a: &CudaTensor,
b: &CudaTensor,
stream: &CudaStream,
) -> CudaResult<CudaTensor>Expand description
Multiply two tensors
pub fn mul(
a: &CudaTensor,
b: &CudaTensor,
stream: &CudaStream,
) -> CudaResult<CudaTensor>Multiply two tensors