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 */ }pub type CudaTensor = Tensor<CudaBackend>;Re-export CUDA backend (requires cuda feature + NVIDIA CUDA Toolkit).
Convenience type alias for CUDA tensors.
pub struct CudaTensor { /* private fields */ }