Trait dfdx::dtypes::HasDtype

source ·
pub trait HasDtype {
    type Dtype: Dtype;
}
Expand description

Represents something that has a Dtype.

Required Associated Types§

Implementors§

source§

impl<S: Shape, E: Dtype, D: Storage<E>, T> HasDtype for Tensor<S, E, D, T>

§

type Dtype = E