• Get the map representing a complex value in the given array.

    Parameters

    • complex: Float32Array

      The complex tensor values.

    • index: number

      An index of the target complex value.

    Returns {
        imag: number;
        real: number;
    }

    • imag: number
    • real: number

Generated using TypeDoc