-
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphPooling4DOpDescriptor
| Modifier and Type |
Method |
Description |
MPSGraphTensor |
MPSGraph.avgPooling4D(MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.avgPooling4DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.L2NormPooling4D(MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.L2NormPooling4DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling4D(MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|
MPSGraphTensor |
MPSGraph.maxPooling4DGradient(MPSGraphTensor gradient,
MPSGraphTensor source,
MPSGraphPooling4DOpDescriptor descriptor,
String name) |
|