-
Method parameters in org.robovm.apple.metalpsgraph with type arguments of type MPSGraphOperation
| Modifier and Type |
Method |
Description |
NSArray<MPSGraphTensor> |
MPSGraph.controlDependency(NSArray<MPSGraphOperation> operations,
Block0<NSArray<MPSGraphTensor>> dependentBlock,
String name) |
|
void |
MPSGraph.encodeToCommandBuffer(MPSCommandBuffer commandBuffer,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphOperation> targetOperations,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> resultsDictionary,
MPSGraphExecutionDescriptor executionDescriptor) |
|
void |
MPSGraph.run(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphOperation> targetOperations,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> resultsDictionary) |
|
void |
MPSGraph.runAsync(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphOperation> targetOperations,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> resultsDictionary,
MPSGraphExecutionDescriptor executionDescriptor) |
|