-
-
-
-
Methods in org.robovm.apple.metalpsgraph with parameters of type MTLCommandQueue
| Modifier and Type |
Method |
Description |
void |
MPSGraph.run(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphOperation> targetOperations,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> resultsDictionary) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.run(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations) |
|
NSArray<MPSGraphTensorData> |
MPSGraphExecutable.run(MTLCommandQueue commandQueue,
NSArray<MPSGraphTensorData> inputsArray,
NSArray<MPSGraphTensorData> resultsArray,
MPSGraphExecutableExecutionDescriptor executionDescriptor) |
|
void |
MPSGraph.runAsync(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphOperation> targetOperations,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> resultsDictionary,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.runAsync(MTLCommandQueue commandQueue,
NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor executionDescriptor) |
|
NSArray<MPSGraphTensorData> |
MPSGraphExecutable.runAsync(MTLCommandQueue commandQueue,
NSArray<MPSGraphTensorData> inputsArray,
NSArray<MPSGraphTensorData> resultsArray,
MPSGraphExecutableExecutionDescriptor executionDescriptor) |
|
-
-