Hi,
I am trying to run inference on target HW using TI's TFLite delegate and GlobalAveragePooling2D() does not behave as expected. With input of 1x4x4x3, I got the expected output size of 3 but only the first output is correct and the other two outputs seem to be junk. Are there any limitations on GlobalAveragePooling2D()?

Thanks.
Kind regards,
Sharon