pub fn gpu_log(
a: &CudaBuffer<f32>,
device: &GpuDevice,
) -> GpuResult<CudaBuffer<f32>>Expand description
Elementwise natural log: out[i] = ln(a[i]).
pub fn gpu_log(
a: &CudaBuffer<f32>,
device: &GpuDevice,
) -> GpuResult<CudaBuffer<f32>>Elementwise natural log: out[i] = ln(a[i]).