Function tract_data::prelude::rctensor3

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