Function tract_data::prelude::tensor3

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