Class MPSRNNRecurrentImageState

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class MPSRNNRecurrentImageState
extends MPSState
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • MPSRNNRecurrentImageState

      protected MPSRNNRecurrentImageState()
    • MPSRNNRecurrentImageState

      protected MPSRNNRecurrentImageState​(NSObject.Handle h, long handle)
    • MPSRNNRecurrentImageState

      protected MPSRNNRecurrentImageState​(NSObject.SkipInit skipInit)
    • MPSRNNRecurrentImageState

      public MPSRNNRecurrentImageState​(MTLDevice device, long bufferSize)
    • MPSRNNRecurrentImageState

      public MPSRNNRecurrentImageState​(MTLDevice device, MTLTextureDescriptor descriptor)
    • MPSRNNRecurrentImageState

      public MPSRNNRecurrentImageState​(MTLResource resource)
    • MPSRNNRecurrentImageState

      public MPSRNNRecurrentImageState​(MTLDevice device, MPSStateResourceList resourceList)
      Since:
      Available in iOS 11.3 and later.
    • MPSRNNRecurrentImageState

      public MPSRNNRecurrentImageState​(NSArray<?> resources)
  • Method Details

    • getRecurrentOutputImageForLayerIndex

      public MPSImage getRecurrentOutputImageForLayerIndex​(long layerIndex)
    • getMemoryCellImageForLayerIndex

      public MPSImage getMemoryCellImageForLayerIndex​(long layerIndex)