Uses of Class
org.robovm.apple.metalps.MPSCNNDropoutGradientState
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSCNNDropoutGradientState in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSCNNDropoutGradientState Modifier and Type Method Description MPSCNNDropoutGradientStateMPSCNNDropout. getResultState(MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)MPSCNNDropoutGradientStateMPSCNNDropout. getResultStateBatchEx(NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)MPSCNNDropoutGradientStateMPSCNNDropout. getTemporaryResult(MTLCommandBuffer commandBuffer, MPSImage sourceImage, NSArray<MPSState> sourceStates, MPSImage destinationImage)Methods in org.robovm.apple.metalps that return types with arguments of type MPSCNNDropoutGradientState Modifier and Type Method Description NSArray<MPSCNNDropoutGradientState>MPSCNNDropout. getTemporaryResultStateBatch(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImage, NSArray<NSArray<? extends MPSState>> sourceStates, NSArray<MPSImage> destinationImage)