Applies subpixelArgMax function to the inTensor, with the specified inShape and kernel size. The result is put into outTensor.
inTensor
inShape
outTensor
If inShape = {width, height, channels}, then the shape of outTensor should be {1, 2, channels}.
Applies subpixelArgMax function to the
inTensor, with the specifiedinShapeand kernel size. The result is put intooutTensor.If
inShape= {width, height, channels}, then the shape ofoutTensorshould be {1, 2, channels}.