Skip to main content

array_to_py_info

Function array_to_py_info 

Source
pub fn array_to_py_info<T, D>(array: &ArrayBase<OwnedRepr<T>, D>) -> PyArrayInfo
where T: 'static, D: Dimension,
Expand description

Convert array metadata to Python-compatible format