Uses of Class
org.robovm.apple.mlcompute.MLCMultiheadAttentionDescriptor
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCMultiheadAttentionDescriptor in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCMultiheadAttentionDescriptor Modifier and Type Method Description MLCMultiheadAttentionDescriptorMLCMultiheadAttentionLayer. getDescriptor()Methods in org.robovm.apple.mlcompute with parameters of type MLCMultiheadAttentionDescriptor Modifier and Type Method Description protected static longMLCMultiheadAttentionLayer. create(MLCMultiheadAttentionDescriptor descriptor, NSArray<MLCTensor> weights, NSArray<MLCTensor> biases, NSArray<MLCTensor> attentionBiases)Constructors in org.robovm.apple.mlcompute with parameters of type MLCMultiheadAttentionDescriptor Constructor Description MLCMultiheadAttentionLayer(MLCMultiheadAttentionDescriptor descriptor, NSArray<MLCTensor> weights, NSArray<MLCTensor> biases, NSArray<MLCTensor> attentionBiases)