Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphDevice
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphDevice in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return MPSGraphDevice Modifier and Type Method Description MPSGraphDeviceMPSGraphTensorData. getDevice()Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphDevice Modifier and Type Method Description MPSGraphExecutableMPSGraph. compile(MPSGraphDevice device, NSDictionary<MPSGraphTensor,MPSGraphShapedType> feeds, NSArray<MPSGraphTensor> targetTensors, NSArray<MPSGraphOperation> targetOperations, MPSGraphCompilationDescriptor compilationDescriptor)protected longMPSGraphTensorData. init(MPSGraphDevice device, NSData data, NSArray<NSNumber> shape, MPSDataType dataType)voidMPSGraphExecutable. specialize(MPSGraphDevice device, NSArray<MPSGraphType> inputTypes, MPSGraphCompilationDescriptor compilationDescriptor)Constructors in org.robovm.apple.metalpsgraph with parameters of type MPSGraphDevice Constructor Description MPSGraphTensorData(MPSGraphDevice device, NSData data, NSArray<NSNumber> shape, MPSDataType dataType)