openvino.runtime.opset10.adaptive_max_pool

openvino.runtime.opset10.adaptive_max_pool(data: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], output_shape: Union[openvino._pyopenvino.Node, int, float, numpy.ndarray], index_element_type: str = 'i64') openvino._pyopenvino.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.

Returns

The new node performing AdaptiveMaxPool operation on the data