Class MPSNNStateNode

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol
Direct Known Subclasses:
MPSNNBinaryGradientStateNode, MPSNNGradientStateNode, MPSNNLabelsNode, MPSNNMultiaryGradientStateNode

public class MPSNNStateNode
extends NSObject
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • MPSNNStateNode

      protected MPSNNStateNode()
    • MPSNNStateNode

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

      protected MPSNNStateNode​(NSObject.SkipInit skipInit)
  • Method Details

    • getGetMpsHandle

      public MPSHandle getGetMpsHandle()
    • setGetMpsHandle

      public void setGetMpsHandle​(MPSHandle v)
    • isExportFromGraph

      public boolean isExportFromGraph()
    • setExportFromGraph

      public void setExportFromGraph​(boolean v)
    • isSynchronizeResource

      public boolean isSynchronizeResource()
      Since:
      Available in iOS 11.3 and later.
    • setSynchronizeResource

      public void setSynchronizeResource​(boolean v)
      Since:
      Available in iOS 11.3 and later.