-
Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphExecutionDescriptor
| 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) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.runAsync(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
MPSGraphExecutionDescriptor 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) |
|