Uses of Class
org.robovm.apple.mlcompute.MLCTensorParameter
| Package | Description |
|---|---|
| org.robovm.apple.mlcompute |
-
Uses of MLCTensorParameter in org.robovm.apple.mlcompute
Methods in org.robovm.apple.mlcompute that return MLCTensorParameter Modifier and Type Method Description MLCTensorParameterMLCBatchNormalizationLayer. getBetaParameter()MLCTensorParameterMLCGroupNormalizationLayer. getBetaParameter()MLCTensorParameterMLCInstanceNormalizationLayer. getBetaParameter()MLCTensorParameterMLCLayerNormalizationLayer. getBetaParameter()MLCTensorParameterMLCConvolutionLayer. getBiasesParameter()MLCTensorParameterMLCFullyConnectedLayer. getBiasesParameter()MLCTensorParameterMLCBatchNormalizationLayer. getGammaParameter()MLCTensorParameterMLCGroupNormalizationLayer. getGammaParameter()MLCTensorParameterMLCInstanceNormalizationLayer. getGammaParameter()MLCTensorParameterMLCLayerNormalizationLayer. getGammaParameter()MLCTensorParameterMLCConvolutionLayer. getWeightsParameter()MLCTensorParameterMLCEmbeddingLayer. getWeightsParameter()MLCTensorParameterMLCFullyConnectedLayer. getWeightsParameter()Methods in org.robovm.apple.mlcompute that return types with arguments of type MLCTensorParameter Modifier and Type Method Description NSArray<MLCTensorParameter>MLCLSTMLayer. getBiasesParameters()NSArray<MLCTensorParameter>MLCMultiheadAttentionLayer. getBiasesParameters()NSArray<MLCTensorParameter>MLCLSTMLayer. getHiddenWeightsParameters()NSArray<MLCTensorParameter>MLCLSTMLayer. getInputWeightsParameters()NSArray<MLCTensorParameter>MLCLSTMLayer. getPeepholeWeightsParameters()NSArray<MLCTensorParameter>MLCMultiheadAttentionLayer. getWeightsParameters()Method parameters in org.robovm.apple.mlcompute with type arguments of type MLCTensorParameter Modifier and Type Method Description booleanMLCTrainingGraph. setTrainingTensorParameters(NSArray<MLCTensorParameter> parameters)