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