Uses of Class
org.robovm.apple.metalpsgraph.MPSGraphLossReductionType
| Package | Description |
|---|---|
| org.robovm.apple.metalpsgraph |
-
Uses of MPSGraphLossReductionType in org.robovm.apple.metalpsgraph
Methods in org.robovm.apple.metalpsgraph that return MPSGraphLossReductionType Modifier and Type Method Description static MPSGraphLossReductionTypeMPSGraphLossReductionType. valueOf(long n)Returns the enum constant of this type with the specified name.static MPSGraphLossReductionTypeMPSGraphLossReductionType. valueOf(String name)Returns the enum constant of this type with the specified name.static MPSGraphLossReductionType[]MPSGraphLossReductionType. 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 MPSGraphLossReductionType Modifier and Type Method Description MPSGraphTensorMPSGraph. softMaxCrossEntropy(MPSGraphTensor sourceTensor, MPSGraphTensor labelsTensor, long axis, MPSGraphLossReductionType reductionType, String name)MPSGraphTensorMPSGraph. softMaxCrossEntropyGradient(MPSGraphTensor gradientTensor, MPSGraphTensor sourceTensor, MPSGraphTensor labelsTensor, long axis, MPSGraphLossReductionType reductionType, String name)