Uses of Class
org.robovm.apple.metalps.MPSCommandBuffer
| Package | Description |
|---|---|
| org.robovm.apple.metalps | |
| org.robovm.apple.metalpsgraph |
-
Uses of MPSCommandBuffer in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return MPSCommandBuffer Modifier and Type Method Description static MPSCommandBufferMPSCommandBuffer. commandBufferFromCommandQueue(MTLCommandQueue commandQueue) -
Uses of MPSCommandBuffer in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSCommandBuffer Modifier and Type Method Description voidMPSGraph. 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)