• Places the maximum values of inTensor into outTensor.

    outTensor should have the shape {1, 1, channels}.

    Parameters

    • inTensor: Float32Array
    • inShape: vec3
    • outTensor: Float32Array

    Returns void