Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphRandomOpDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphRandomOpDescriptor in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphRandomOpDescriptor Modifier and Type Method Description MPSGraphTensorMPSGraph. randomTensor(NSArray<NSNumber> shape, MPSGraphRandomOpDescriptor descriptor, long seed, String name)MPSGraphTensorMPSGraph. randomTensor(NSArray<NSNumber> shape, MPSGraphRandomOpDescriptor descriptor, String name)NSArray<MPSGraphTensor>MPSGraph. randomTensor(NSArray<NSNumber> shape, MPSGraphRandomOpDescriptor descriptor, MPSGraphTensor state, String name)MPSGraphTensorMPSGraph. randomTensor(MPSGraphTensor shapeTensor, MPSGraphRandomOpDescriptor descriptor, long seed, String name)MPSGraphTensorMPSGraph. randomTensor(MPSGraphTensor shapeTensor, MPSGraphRandomOpDescriptor descriptor, String name)NSArray<MPSGraphTensor>MPSGraph. randomTensor(MPSGraphTensor shapeTensor, MPSGraphRandomOpDescriptor descriptor, MPSGraphTensor state, String name)