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