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