CudaTensor

Type Alias CudaTensor 

Source
pub type CudaTensor = Tensor<CudaBackend>;
Expand description

Re-export CUDA backend (requires cuda feature + NVIDIA CUDA Toolkit). Convenience type alias for CUDA tensors.

Aliased Typeยง

pub struct CudaTensor { /* private fields */ }