Skip to content

Support storage_order Attribute in MaxPool Operator

The current implementation of the MaxPool operator does not support the optional storage_order attribute.
storage_order attribute: Determines the order in which the indices are stored:
0: row-major (default)
1: column-major

Edited by Houssem ROUIS