Class MPSNNConvolutionAccumulatorPrecisionOption


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

      Fields 
      Modifier and Type Field Description
      static long Float
      Set accumulator type to single precision float.
      static long Half
      Set accumulator type to half precision float.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • Half

        public static final long Half
        Set accumulator type to half precision float.
        See Also:
        Constant Field Values
      • Float

        public static final long Float
        Set accumulator type to single precision float.
        See Also:
        Constant Field Values