Uses of Class
org.robovm.apple.foundation.NSMutableArray
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.metalps | |
| org.robovm.apple.metalpsgraph | |
| org.robovm.apple.modelio |
-
Uses of NSMutableArray in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSMutableArray Modifier and Type Method Description static NSMutableArray<NSString>NSMutableArray. fromStrings(String... strings)static NSMutableArray<NSString>NSMutableArray. fromStrings(List<String> strings)NSMutableArray<?>NSKeyValueCoder. getMutableArrayValue(String keyPath)Methods in org.robovm.apple.foundation with parameters of type NSMutableArray Modifier and Type Method Description booleanNSPort. send(NSDate limitDate, long msgID, NSMutableArray<?> components, NSPort receivePort, long headerSpaceReserved)booleanNSPort. send(NSDate limitDate, NSMutableArray<?> components, NSPort receivePort, long headerSpaceReserved) -
Uses of NSMutableArray in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps with parameters of type NSMutableArray Modifier and Type Method Description voidMPSRNNMatrixTrainingLayer. createTemporaryWeightGradientMatrices(NSMutableArray<MPSMatrix> matricesOut, MPSDataType dataType, MTLCommandBuffer commandBuffer)voidMPSRNNMatrixTrainingLayer. createWeightGradientMatrices(NSMutableArray<MPSMatrix> matricesOut, MPSDataType dataType)voidMPSRNNMatrixTrainingLayer. createWeightMatrices(NSMutableArray<MPSMatrix> matricesOut)MPSImageMPSNNGraph. encode(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSState> sourceStates, NSMutableArray<MPSImage> intermediateImages, NSMutableArray<MPSState> destinationStates)NSArray<MPSImage>MPSNNGraph. encodeBatch(MTLCommandBuffer commandBuffer, NSArray<NSArray<MPSImage>> sourceImages, NSArray<NSArray<? extends MPSState>> sourceStates, NSMutableArray<NSArray<MPSImage>> intermediateImages, NSMutableArray<NSArray<? extends MPSState>> destinationStates)voidMPSRNNMatrixTrainingLayer. encodeForwardSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, NSArray<MPSMatrix> destinationMatrices, NSMutableArray<MPSRNNMatrixTrainingState> trainingStates, NSArray<MPSMatrix> weights)voidMPSRNNMatrixTrainingLayer. encodeForwardSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, MachineSizedUIntPtr sourceOffsets, NSArray<MPSMatrix> destinationMatrices, MachineSizedUIntPtr destinationOffsets, NSMutableArray<MPSRNNMatrixTrainingState> trainingStates, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates, NSArray<MPSMatrix> weights)voidMPSRNNMatrixTrainingLayer. encodeGradientSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> forwardSources, MachineSizedUIntPtr forwardSourceOffsets, NSArray<MPSMatrix> sourceGradients, MachineSizedUIntPtr sourceGradientOffsets, NSArray<MPSMatrix> destinationGradients, MachineSizedUIntPtr destinationOffsets, NSArray<MPSMatrix> weightGradients, NSArray<MPSRNNMatrixTrainingState> trainingStates, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates, NSArray<MPSMatrix> weights)voidMPSRNNImageInferenceLayer. encodeSequence(MTLCommandBuffer commandBuffer, NSArray<MPSImage> sourceImages, NSArray<MPSImage> destinationImages, MPSRNNRecurrentImageState recurrentInputState, NSMutableArray<MPSRNNRecurrentImageState> recurrentOutputStates)voidMPSRNNMatrixInferenceLayer. encodeSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, NSArray<MPSMatrix> destinationMatrices, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates)voidMPSRNNMatrixInferenceLayer. encodeSequence(MTLCommandBuffer commandBuffer, NSArray<MPSMatrix> sourceMatrices, MachineSizedUIntPtr sourceOffsets, NSArray<MPSMatrix> destinationMatrices, MachineSizedUIntPtr destinationOffsets, MPSRNNRecurrentMatrixState recurrentInputState, NSMutableArray<MPSRNNRecurrentMatrixState> recurrentOutputStates)protected longMPSRNNMatrixTrainingLayer. init(MTLDevice device, MPSRNNDescriptor rnnDescriptor, NSMutableArray<MPSMatrix> trainableWeights)Constructors in org.robovm.apple.metalps with parameters of type NSMutableArray Constructor Description MPSRNNMatrixTrainingLayer(MTLDevice device, MPSRNNDescriptor rnnDescriptor, NSMutableArray<MPSMatrix> trainableWeights) -
Uses of NSMutableArray in org.robovm.apple.metalpsgraph
Method parameters in org.robovm.apple.metalpsgraph with type arguments of type NSMutableArray Modifier and Type Method Description NSArray<MPSGraphTensor>MPSGraph. whileLoop(NSArray<MPSGraphTensor> initialInputs, Block2<NSArray<MPSGraphTensor>,NSMutableArray<MPSGraphTensor>,MPSGraphTensor> before, Block1<NSArray<MPSGraphTensor>,NSArray<MPSGraphTensor>> after, String name) -
Uses of NSMutableArray in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return NSMutableArray Modifier and Type Method Description NSMutableArray<MDLVertexAttribute>MDLVertexDescriptor. getAttributes()NSMutableArray<MDLVertexBufferLayout>MDLVertexDescriptor. getLayouts()NSMutableArray<MDLSubmesh>MDLMesh. getSubmeshes()Methods in org.robovm.apple.modelio with parameters of type NSMutableArray Modifier and Type Method Description protected longMDLMesh. init(List<MDLMeshBuffer> vertexBuffers, long vertexCount, MDLVertexDescriptor descriptor, NSMutableArray<MDLSubmesh> submeshes)protected longMDLMesh. init(MDLMeshBuffer vertexBuffer, long vertexCount, MDLVertexDescriptor descriptor, NSMutableArray<MDLSubmesh> submeshes)voidMDLVertexDescriptor. setAttributes(NSMutableArray<MDLVertexAttribute> v)voidMDLVertexDescriptor. setLayouts(NSMutableArray<MDLVertexBufferLayout> v)voidMDLMesh. setSubmeshes(NSMutableArray<MDLSubmesh> v)Constructors in org.robovm.apple.modelio with parameters of type NSMutableArray Constructor Description MDLMesh(List<MDLMeshBuffer> vertexBuffers, long vertexCount, MDLVertexDescriptor descriptor, NSMutableArray<MDLSubmesh> submeshes)MDLMesh(MDLMeshBuffer vertexBuffer, long vertexCount, MDLVertexDescriptor descriptor, NSMutableArray<MDLSubmesh> submeshes)