pub fn complex_tensor_value_complex64(
tensor: &ComplexTensor,
index: usize,
) -> Complex64Expand description
Return one complex tensor value as Complex64, reading typed integer-complex storage exactly instead of using the compatibility backing buffer.