returnIndicesMode
Defines the mode for returned indices of maximum values within each pooling window. Use this in conjunction with Maxpooling2dreturnindices(_:descriptor:name:) API. If returnIndicesMode = MPSGraphPoolingReturnIndicesNone then only the first result MPSGraph returns from Maxpooling2dreturnindices(_:descriptor:name:) will be valid and using the second result will assert. Default value: MPSGraphPoolingReturnIndicesNone.
Declaration
var returnIndicesMode: MPSGraphPoolingReturnIndicesMode { get set }