Preparing search index...

    Function softArgMax

    • Applies softArgMax function to the inTensor, with the specified inShape. The result is put into outTensor.

      If inShape = {width, height, channels}, then the shape of outTensor should be {1, 2, channels}.

      Parameters

      • inTensor: Float32Array
      • inShape: vec3
      • outTensor: Float32Array
      • normalized: boolean

      Returns void