Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphExecutableExecutionDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphExecutableExecutionDescriptor in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphExecutableExecutionDescriptor Modifier and Type Method Description NSArray<MPSGraphTensorData>MPSGraphExecutable. encodeToCommandBuffer(MPSCommandBuffer commandBuffer, NSArray<MPSGraphTensorData> inputsArray, NSArray<MPSGraphTensorData> resultsArray, MPSGraphExecutableExecutionDescriptor executionDescriptor)NSArray<MPSGraphTensorData>MPSGraphExecutable. run(MTLCommandQueue commandQueue, NSArray<MPSGraphTensorData> inputsArray, NSArray<MPSGraphTensorData> resultsArray, MPSGraphExecutableExecutionDescriptor executionDescriptor)NSArray<MPSGraphTensorData>MPSGraphExecutable. runAsync(MTLCommandQueue commandQueue, NSArray<MPSGraphTensorData> inputsArray, NSArray<MPSGraphTensorData> resultsArray, MPSGraphExecutableExecutionDescriptor executionDescriptor)