Function tract_hir::prelude::tract_ndarray::arr0 [−][src]
pub fn arr0<A>(x: A) -> ArrayBase<OwnedRepr<A>, Dim<[usize; 0]>>
Expand description
Create a zero-dimensional array with the element x
.
pub fn arr0<A>(x: A) -> ArrayBase<OwnedRepr<A>, Dim<[usize; 0]>>
Create a zero-dimensional array with the element x
.