openvino.runtime.opset11.adaptive_avg_pool¶
- openvino.runtime.opset11.adaptive_avg_pool(data: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], output_shape: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray]) openvino._pyopenvino.Node ¶
Return a node which performs AdaptiveAvgPool operation.
- Parameters
data – The list of input nodes
output_shape – the shape of spatial dimentions after operation
- Returns
The new node performing AdaptiveAvgPool operation on the data