Class BNNSLayerParametersLossSoftmaxCrossEntropy


  • public final class BNNSLayerParametersLossSoftmaxCrossEntropy
    extends org.moe.natj.c.StructObject
    • Constructor Detail

      • BNNSLayerParametersLossSoftmaxCrossEntropy

        public BNNSLayerParametersLossSoftmaxCrossEntropy()
      • BNNSLayerParametersLossSoftmaxCrossEntropy

        protected BNNSLayerParametersLossSoftmaxCrossEntropy​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • function

        public int function()
        Fields layout compatible with BNNSLayerParametersLoseBase
      • setFunction

        public void setFunction​(int value)
        Fields layout compatible with BNNSLayerParametersLoseBase
      • reduction

        public int reduction()
      • setReduction

        public void setReduction​(int value)
      • label_smooth

        public float label_smooth()
        Fields specific to Softmax Cross Entropy
      • setLabel_smooth

        public void setLabel_smooth​(float value)
        Fields specific to Softmax Cross Entropy