Function tract_data::prelude::tensor4

source ·
pub fn tensor4<A: Datum, T, U, V>(xs: &[V]) -> Tensor
where V: FixedInitializer<Elem = U> + Clone, U: FixedInitializer<Elem = T> + Clone, T: FixedInitializer<Elem = A> + Clone,