Function tract_core::internal::tensor3

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