TensorScalar

Trait TensorScalar 

Source
pub trait TensorScalar {
    type T: Scalar;
}

Required Associated Types§

Implementors§

Source§

impl<D: Device, T: Scalar> TensorScalar for Tensor<D, T>

Source§

type T = T

Source§

impl<T: Scalar> TensorScalar for TensorGpuView<'_, T>

Source§

type T = T