Interface MPSImageSizeEncodingState

All Superinterfaces:
NSObjectProtocol, ObjCProtocol
All Known Implementing Classes:
MPSCNNConvolutionGradientState, MPSCNNConvolutionTransposeGradientState, MPSImageSizeEncodingStateAdapter

public interface MPSImageSizeEncodingState
extends NSObjectProtocol
  • Method Summary

    Modifier and Type Method Description
    long getSourceHeight()  
    long getSourceWidth()  
  • Method Details

    • getSourceWidth

      long getSourceWidth()
    • getSourceHeight

      long getSourceHeight()