Function tract_data::prelude::tensor2

source ยท
pub fn tensor2<A: Datum, T>(xs: &[T]) -> Tensor
where T: FixedInitializer<Elem = A> + Clone,