Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphPooling2DOpDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphPooling2DOpDescriptor in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphPooling2DOpDescriptor Modifier and Type Method Description MPSGraphTensorMPSGraph. avgPooling2D(MPSGraphTensor source, MPSGraphPooling2DOpDescriptor descriptor, String name)MPSGraphTensorMPSGraph. avgPooling2D(MPSGraphTensor gradient, MPSGraphTensor source, MPSGraphPooling2DOpDescriptor descriptor, String name)MPSGraphTensorMPSGraph. maxPooling2D(MPSGraphTensor source, MPSGraphPooling2DOpDescriptor descriptor, String name)MPSGraphTensorMPSGraph. maxPooling2DGradient(MPSGraphTensor gradient, MPSGraphTensor source, MPSGraphPooling2DOpDescriptor descriptor, String name)NSArray<MPSGraphTensor>MPSGraph. maxPooling2DReturnIndices(MPSGraphTensor source, MPSGraphPooling2DOpDescriptor descriptor, String name)