-
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphScatterMode
| Modifier and Type |
Method |
Description |
MPSGraphTensor |
MPSGraph.scatter(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
NSArray<NSNumber> shape,
long axis,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.scatter(MPSGraphTensor dataTensor,
MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long axis,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.scatterND(MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
NSArray<NSNumber> shape,
long batchDimensions,
MPSGraphScatterMode mode,
String name) |
|
MPSGraphTensor |
MPSGraph.scatterND(MPSGraphTensor dataTensor,
MPSGraphTensor updatesTensor,
MPSGraphTensor indicesTensor,
long batchDimensions,
MPSGraphScatterMode mode,
String name) |
|