Function tract_core::internal::tensor2

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