openvino.runtime.opset12.adaptive_avg_pool#
- openvino.runtime.opset12.adaptive_avg_pool(data: Node | int | float | ndarray, output_shape: Node | int | float | ndarray, name: str | None = None) Node#
- Return a node which performs AdaptiveAvgPool operation. - Parameters:
- data – The list of input nodes 
- output_shape – the shape of spatial dimentions after operation 
- name – Optional output node name. 
 
- Returns:
- The new node performing AdaptiveAvgPool operation on the data