public override int GetHashCode()
        {
            int hash = 1;

            if (SavedModelSchemaVersion != 0L)
            {
                hash ^= SavedModelSchemaVersion.GetHashCode();
            }
            hash ^= metaGraphs_.GetHashCode();
            return(hash);
        }
Exemplo n.º 2
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (SavedModelSchemaVersion != 0L)
            {
                hash ^= SavedModelSchemaVersion.GetHashCode();
            }
            hash ^= metaGraphs_.GetHashCode();
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }