-
Methods in org.robovm.apple.mlcompute with parameters of type MLCLossType
| Modifier and Type |
Method |
Description |
protected static long |
MLCLossDescriptor.create(MLCLossType lossType,
MLCReductionType reductionType) |
|
protected static long |
MLCLossDescriptor.create(MLCLossType lossType,
MLCReductionType reductionType,
float weight) |
|
protected static long |
MLCLossDescriptor.create(MLCLossType lossType,
MLCReductionType reductionType,
float weight,
float labelSmoothing,
long classCount) |
|
protected static long |
MLCLossDescriptor.create(MLCLossType lossType,
MLCReductionType reductionType,
float weight,
float labelSmoothing,
long classCount,
float epsilon,
float delta) |
|
Constructors in org.robovm.apple.mlcompute with parameters of type MLCLossType
| Constructor |
Description |
MLCLossDescriptor(MLCLossType lossType,
MLCReductionType reductionType) |
|
MLCLossDescriptor(MLCLossType lossType,
MLCReductionType reductionType,
float weight) |
|
MLCLossDescriptor(MLCLossType lossType,
MLCReductionType reductionType,
float weight,
float labelSmoothing,
long classCount) |
|
MLCLossDescriptor(MLCLossType lossType,
MLCReductionType reductionType,
float weight,
float labelSmoothing,
long classCount,
float epsilon,
float delta) |
|