Function tract_data::prelude::tensor2

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