Function tract_core::prelude::rctensor3

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