Returns the indices of the maximum values along an the channels of inTensor, with the specified inShape. The result is put into outTensor.
inTensor
inShape
outTensor
If inShape = {width, height, channels}, then the shape of outTensor should be {1, 2, channels}.
Returns the indices of the maximum values along an the channels of
inTensor, with the specifiedinShape. The result is put intooutTensor.If
inShape= {width, height, channels}, then the shape ofoutTensorshould be {1, 2, channels}.