Class MPSCNNConvolutionGradientOption


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

      Fields 
      Modifier and Type Field Description
      static long All
      Compute both gradients
      static long GradientWithData
      Only compute gradient with respect to data
      static long GradientWithWeightsAndBias
      Only compute gradient with respect to weights and bias
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • GradientWithData

        public static final long GradientWithData
        Only compute gradient with respect to data
        See Also:
        Constant Field Values
      • GradientWithWeightsAndBias

        public static final long GradientWithWeightsAndBias
        Only compute gradient with respect to weights and bias
        See Also:
        Constant Field Values