Uses of Class
org.robovm.apple.mlcompute.MLCTensorDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCTensorDescriptor in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCTensorDescriptor Modifier and Type Method Description static MLCTensorDescriptorMLCTensorDescriptor. createConvolutionBiasesDescriptor(long featureChannelCount, MLCDataType dataType)static MLCTensorDescriptorMLCTensorDescriptor. createConvolutionWeightsDescriptor(long width, long height, long inputFeatureChannelCount, long outputFeatureChannelCount, MLCDataType dataType)static MLCTensorDescriptorMLCTensorDescriptor. createConvolutionWeightsDescriptor(long inputFeatureChannelCount, long outputFeatureChannelCount, MLCDataType dataType)MLCTensorDescriptorMLCTensor. getDescriptor()Methods in org.robovm.apple.mlcompute with parameters of type MLCTensorDescriptor Modifier and Type Method Description protected static longMLCTensor. create(MLCTensorDescriptor tensorDescriptor)protected static longMLCTensor. create(MLCTensorDescriptor tensorDescriptor, NSNumber fillData)protected static longMLCTensor. create(MLCTensorDescriptor tensorDescriptor, MLCRandomInitializerType randomInitializerType)protected static longMLCTensor. create(MLCTensorDescriptor tensorDescriptor, MLCTensorData data)Constructors in org.robovm.apple.mlcompute with parameters of type MLCTensorDescriptor Constructor Description MLCTensor(MLCTensorDescriptor tensorDescriptor)MLCTensor(MLCTensorDescriptor tensorDescriptor, NSNumber fillData)MLCTensor(MLCTensorDescriptor tensorDescriptor, MLCRandomInitializerType randomInitializerType)MLCTensor(MLCTensorDescriptor tensorDescriptor, MLCTensorData data)