-
Methods in org.robovm.apple.metalpsgraph that return types with arguments of type MPSGraphTensorData
| Modifier and Type |
Method |
Description |
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) |
|
VoidBlock2<NSArray<MPSGraphTensorData>,NSError> |
MPSGraphExecutableExecutionDescriptor.getCompletionHandler() |
|
VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> |
MPSGraphExecutionDescriptor.getCompletionHandler() |
|
VoidBlock2<NSArray<MPSGraphTensorData>,NSError> |
MPSGraphExecutableExecutionDescriptor.getScheduledHandler() |
|
VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> |
MPSGraphExecutionDescriptor.getScheduledHandler() |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.run(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations) |
|
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) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.runAsync(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations,
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) |
|
Method parameters in org.robovm.apple.metalpsgraph with type arguments of type MPSGraphTensorData
| 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) |
|
NSDictionary<MPSGraphTensor,MPSGraphTensorData> |
MPSGraph.run(NSDictionary<MPSGraphTensor,MPSGraphTensorData> feeds,
NSArray<MPSGraphTensor> targetTensors,
NSArray<MPSGraphOperation> targetOperations) |
|
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) |
|
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) |
|
NSArray<MPSGraphTensorData> |
MPSGraphExecutable.runAsync(MTLCommandQueue commandQueue,
NSArray<MPSGraphTensorData> inputsArray,
NSArray<MPSGraphTensorData> resultsArray,
MPSGraphExecutableExecutionDescriptor executionDescriptor) |
|
void |
MPSGraphExecutableExecutionDescriptor.setCompletionHandler(VoidBlock2<NSArray<MPSGraphTensorData>,NSError> v) |
|
void |
MPSGraphExecutionDescriptor.setCompletionHandler(VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> v) |
|
void |
MPSGraphExecutableExecutionDescriptor.setScheduledHandler(VoidBlock2<NSArray<MPSGraphTensorData>,NSError> v) |
|
void |
MPSGraphExecutionDescriptor.setScheduledHandler(VoidBlock2<NSDictionary<MPSGraphTensor,MPSGraphTensorData>,NSError> v) |
|