Function tract_hir::internal::tract_data::internal::tract_ndarray::arr1

source ยท
pub fn arr1<A>(xs: &[A]) -> ArrayBase<OwnedRepr<A>, Dim<[usize; 1]>>
where A: Clone,
Expand description

Create a one-dimensional array with elements from xs.