Uses of Class
org.robovm.apple.mlcompute.MLCActivationDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCActivationDescriptor in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCActivationDescriptor Modifier and Type Method Description MLCActivationDescriptorMLCActivationLayer. getDescriptor()MLCActivationDescriptorMLCLSTMLayer. getOutputResultActivation()Methods in org.robovm.apple.mlcompute that return types with arguments of type MLCActivationDescriptor Modifier and Type Method Description NSArray<MLCActivationDescriptor>MLCLSTMLayer. getGateActivations()Methods in org.robovm.apple.mlcompute with parameters of type MLCActivationDescriptor Modifier and Type Method Description protected static longMLCActivationLayer. create(MLCActivationDescriptor descriptor)protected static longMLCLSTMLayer. create(MLCLSTMDescriptor descriptor, NSArray<MLCTensor> inputWeights, NSArray<MLCTensor> hiddenWeights, NSArray<MLCTensor> peepholeWeights, NSArray<MLCTensor> biases, NSArray<MLCActivationDescriptor> gateActivations, MLCActivationDescriptor outputResultActivation)Constructors in org.robovm.apple.mlcompute with parameters of type MLCActivationDescriptor Constructor Description MLCActivationLayer(MLCActivationDescriptor descriptor)MLCLSTMLayer(MLCLSTMDescriptor descriptor, NSArray<MLCTensor> inputWeights, NSArray<MLCTensor> hiddenWeights, NSArray<MLCTensor> peepholeWeights, NSArray<MLCTensor> biases, NSArray<MLCActivationDescriptor> gateActivations, MLCActivationDescriptor outputResultActivation)