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