Skip to main content

complex_tensor_into_values_complex64

Function complex_tensor_into_values_complex64 

Source
pub fn complex_tensor_into_values_complex64(
    tensor: ComplexTensor,
) -> Vec<Complex64> ⓘ
Expand description

Consume a complex tensor and return Complex64 values, preserving the fast path for ordinary complex double tensors.