-
Methods in org.robovm.apple.mlcompute with parameters of type MLCRandomInitializerType
| Modifier and Type |
Method |
Description |
protected static long |
MLCTensor.create(long width,
long height,
long featureChannelCount,
long batchSize,
MLCRandomInitializerType randomInitializerType) |
|
protected static long |
MLCTensor.create(long sequenceLength,
long featureChannelCount,
long batchSize,
MLCRandomInitializerType randomInitializerType) |
|
protected static long |
MLCTensor.create(NSArray<NSNumber> sequenceLengths,
boolean sortedSequences,
long featureChannelCount,
long batchSize,
MLCRandomInitializerType randomInitializerType) |
|
protected static long |
MLCTensor.create(NSArray<NSNumber> shape,
MLCRandomInitializerType randomInitializerType) |
|
protected static long |
MLCTensor.create(NSArray<NSNumber> shape,
MLCRandomInitializerType randomInitializerType,
MLCDataType dataType) |
|
protected static long |
MLCTensor.create(MLCTensorDescriptor tensorDescriptor,
MLCRandomInitializerType randomInitializerType) |
|
Constructors in org.robovm.apple.mlcompute with parameters of type MLCRandomInitializerType
| Constructor |
Description |
MLCTensor(long width,
long height,
long featureChannelCount,
long batchSize,
MLCRandomInitializerType randomInitializerType) |
|
MLCTensor(long sequenceLength,
long featureChannelCount,
long batchSize,
MLCRandomInitializerType randomInitializerType) |
|
MLCTensor(NSArray<NSNumber> sequenceLengths,
boolean sortedSequences,
long featureChannelCount,
long batchSize,
MLCRandomInitializerType randomInitializerType) |
|
MLCTensor(NSArray<NSNumber> shape,
MLCRandomInitializerType randomInitializerType) |
|
MLCTensor(NSArray<NSNumber> shape,
MLCRandomInitializerType randomInitializerType,
MLCDataType dataType) |
|
MLCTensor(MLCTensorDescriptor tensorDescriptor,
MLCRandomInitializerType randomInitializerType) |
|