Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphSparseStorageType
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphSparseStorageType in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return MPSGraphSparseStorageType Modifier and Type Method Description MPSGraphSparseStorageTypeMPSGraphCreateSparseOpDescriptor. getSparseStorageType()static MPSGraphSparseStorageTypeMPSGraphSparseStorageType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSGraphSparseStorageTypeMPSGraphSparseStorageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSGraphSparseStorageType[]MPSGraphSparseStorageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.metalpsgraph with parameters of type MPSGraphSparseStorageType Modifier and Type Method Description protected static longMPSGraphCreateSparseOpDescriptor. create(MPSGraphSparseStorageType sparseStorageType, MPSDataType dataType)voidMPSGraphCreateSparseOpDescriptor. setSparseStorageType(MPSGraphSparseStorageType v)MPSGraphTensorMPSGraph. sparseTensor(MPSGraphSparseStorageType sparseStorageType, NSArray<MPSGraphTensor> inputTensorArray, NSArray<NSNumber> shape, MPSDataType dataType, String name)Constructors in org.robovm.apple.metalpsgraph with parameters of type MPSGraphSparseStorageType Constructor Description MPSGraphCreateSparseOpDescriptor(MPSGraphSparseStorageType sparseStorageType, MPSDataType dataType)