Class MPSCNNBinaryConvolutionFlags


  • public final class MPSCNNBinaryConvolutionFlags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long None
      Use default in binary convolution options
      static long UseBetaScaling
      Scale the binary convolution operation using the beta-image option as detailed in MPSCNNBinaryConvolution
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • None

        public static final long None
        Use default in binary convolution options
        See Also:
        Constant Field Values
      • UseBetaScaling

        public static final long UseBetaScaling
        Scale the binary convolution operation using the beta-image option as detailed in MPSCNNBinaryConvolution
        See Also:
        Constant Field Values