Function tract_data::prelude::tensor3

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