Uses of Class
org.robovm.apple.metalps.MPSMatrixRandomDistributionDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metalps |
-
Uses of MPSMatrixRandomDistributionDescriptor in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSMatrixRandomDistributionDescriptor Modifier and Type Method Description static MPSMatrixRandomDistributionDescriptorMPSMatrixRandomDistributionDescriptor. createNormalDistributionDescriptor(float mean, float standardDeviation)static MPSMatrixRandomDistributionDescriptorMPSMatrixRandomDistributionDescriptor. createNormalDistributionDescriptor(float mean, float standardDeviation, float minimum, float maximum)static MPSMatrixRandomDistributionDescriptorMPSMatrixRandomDistributionDescriptor. defaultDistributionDescriptor()Methods in org.robovm.apple.metalps with parameters of type MPSMatrixRandomDistributionDescriptor Modifier and Type Method Description protected longMPSMatrixRandomMTGP32. init(MTLDevice device, MPSDataType destinationDataType, long seed, MPSMatrixRandomDistributionDescriptor distributionDescriptor)protected longMPSMatrixRandomPhilox. init(MTLDevice device, MPSDataType destinationDataType, long seed, MPSMatrixRandomDistributionDescriptor distributionDescriptor)Constructors in org.robovm.apple.metalps with parameters of type MPSMatrixRandomDistributionDescriptor Constructor Description MPSMatrixRandomMTGP32(MTLDevice device, MPSDataType destinationDataType, long seed, MPSMatrixRandomDistributionDescriptor distributionDescriptor)MPSMatrixRandomPhilox(MTLDevice device, MPSDataType destinationDataType, long seed, MPSMatrixRandomDistributionDescriptor distributionDescriptor)