• Raises elements of inTensor to the power of val, and puts the results into outTensor.

    Parameters

    • inTensor: Float32Array
    • val: number
    • outTensor: Float32Array

    Returns void