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