Ejemplo n.º 1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (DimInput != 0)
            {
                hash ^= DimInput.GetHashCode();
            }
            if (samplesMean_ != null)
            {
                hash ^= SamplesMean.GetHashCode();
            }
            if (samplesStd_ != null)
            {
                hash ^= SamplesStd.GetHashCode();
            }
            if (NumLayer != 0)
            {
                hash ^= NumLayer.GetHashCode();
            }
            hash ^= layer_.GetHashCode();
            if (DimOutput != 0)
            {
                hash ^= DimOutput.GetHashCode();
            }
            return(hash);
        }