-
Methods in org.robovm.apple.mlcompute with parameters of type MLCDataType
| Modifier and Type |
Method |
Description |
protected static long |
MLCTensor.create(long width,
long height,
long featureChannelCount,
long batchSize,
float fillData,
MLCDataType dataType) |
|
protected static long |
MLCTensor.create(long width,
long height,
long featureChannelCount,
long batchSize,
MLCTensorData data,
MLCDataType dataType) |
|
protected static long |
MLCTensor.create(NSArray<NSNumber> shape,
NSNumber fillData,
MLCDataType dataType) |
|
protected static long |
MLCTensor.create(NSArray<NSNumber> shape,
MLCDataType dataType) |
|
protected static long |
MLCTensor.create(NSArray<NSNumber> shape,
MLCRandomInitializerType randomInitializerType,
MLCDataType dataType) |
|
protected static long |
MLCTensor.create(NSArray<NSNumber> shape,
MLCTensorData data,
MLCDataType dataType) |
|
protected static long |
MLCTensorDescriptor.create(long width,
long height,
long featureChannelCount,
long batchSize,
MLCDataType dataType) |
|
protected static long |
MLCTensorDescriptor.create(NSArray<NSNumber> shape,
NSArray<NSNumber> sequenceLengths,
boolean sortedSequences,
MLCDataType dataType) |
|
protected static long |
MLCTensorDescriptor.create(NSArray<NSNumber> shape,
MLCDataType dataType) |
|
static MLCTensorDescriptor |
MLCTensorDescriptor.createConvolutionBiasesDescriptor(long featureChannelCount,
MLCDataType dataType) |
|
static MLCTensorDescriptor |
MLCTensorDescriptor.createConvolutionWeightsDescriptor(long width,
long height,
long inputFeatureChannelCount,
long outputFeatureChannelCount,
MLCDataType dataType) |
|
static MLCTensorDescriptor |
MLCTensorDescriptor.createConvolutionWeightsDescriptor(long inputFeatureChannelCount,
long outputFeatureChannelCount,
MLCDataType dataType) |
|
static boolean |
MLCActivationLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCArithmeticLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCBatchNormalizationLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCComparisonLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCConcatenationLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCConvolutionLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCDropoutLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCEmbeddingLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCFullyConnectedLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCGatherLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCGramMatrixLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCGroupNormalizationLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCInstanceNormalizationLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCLayerNormalizationLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCLossLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCLSTMLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCMatMulLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCMultiheadAttentionLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCPaddingLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCPoolingLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCReductionLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCReshapeLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCScatterLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCSelectionLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCSliceLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCSoftmaxLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCSplitLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCTransposeLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCUpsampleLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
static boolean |
MLCYOLOLossLayer.supportsDataType(MLCDataType dataType,
MLCDevice device) |
|
MLCTensor |
MLCTensor.tensorByDequantizingToType(MLCDataType type,
MLCTensor scale,
MLCTensor bias) |
|
MLCTensor |
MLCTensor.tensorByDequantizingToType(MLCDataType type,
MLCTensor scale,
MLCTensor bias,
long axis) |
|
MLCTensor |
MLCTensor.tensorByQuantizingToType(MLCDataType type,
float scale,
long bias) |
|
MLCTensor |
MLCTensor.tensorByQuantizingToType(MLCDataType type,
MLCTensor scale,
MLCTensor bias,
long axis) |
|
Constructors in org.robovm.apple.mlcompute with parameters of type MLCDataType
| Constructor |
Description |
MLCTensor(long width,
long height,
long featureChannelCount,
long batchSize,
float fillData,
MLCDataType dataType) |
|
MLCTensor(long width,
long height,
long featureChannelCount,
long batchSize,
MLCTensorData data,
MLCDataType dataType) |
|
MLCTensor(NSArray<NSNumber> shape,
NSNumber fillData,
MLCDataType dataType) |
|
MLCTensor(NSArray<NSNumber> shape,
MLCDataType dataType) |
|
MLCTensor(NSArray<NSNumber> shape,
MLCRandomInitializerType randomInitializerType,
MLCDataType dataType) |
|
MLCTensor(NSArray<NSNumber> shape,
MLCTensorData data,
MLCDataType dataType) |
|
MLCTensorDescriptor(long width,
long height,
long featureChannelCount,
long batchSize,
MLCDataType dataType) |
|
MLCTensorDescriptor(NSArray<NSNumber> shape,
NSArray<NSNumber> sequenceLengths,
boolean sortedSequences,
MLCDataType dataType) |
|
MLCTensorDescriptor(NSArray<NSNumber> shape,
MLCDataType dataType) |
|