You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PyArrayDescr::new(py,"bfloat16").expect("A package which provides a `bfloat16` data type for NumPy is required to use the `half::bf16` element type.").into_py(py)
492
+
})
493
+
.clone()
494
+
.into_ref(py)
495
+
}
496
+
}
497
+
480
498
impl_element_scalar!(Complex32 => NPY_CFLOAT,
481
499
#[doc = "Complex type with `f32` components which maps to `numpy.csingle` (`numpy.complex64`)."]);
0 commit comments