65 writes to _hasBits0
Microsoft.ML.Tokenizers (65)
SentencepieceModel.cs (65)
154_hasBits0 = other._hasBits0; 307_hasBits0 |= 1; 321_hasBits0 &= ~1; 337_hasBits0 |= 2; 351_hasBits0 &= ~2; 382_hasBits0 |= 4; 396_hasBits0 &= ~4; 413_hasBits0 |= 536870912; 427_hasBits0 &= ~536870912; 444_hasBits0 |= 1073741824; 458_hasBits0 &= ~1073741824; 475_hasBits0 |= -2147483648; 489_hasBits0 &= ~-2147483648; 511_hasBits0 |= 8; 525_hasBits0 &= ~8; 543_hasBits0 |= 16; 557_hasBits0 &= ~16; 570_hasBits0 |= 4096; 584_hasBits0 &= ~4096; 604_hasBits0 |= 32; 620_hasBits0 &= ~32; 637_hasBits0 |= 64; 653_hasBits0 &= ~64; 670_hasBits0 |= 128; 684_hasBits0 &= ~128; 702_hasBits0 |= 256; 716_hasBits0 &= ~256; 736_hasBits0 |= 2048; 750_hasBits0 &= ~2048; 766_hasBits0 |= 512; 780_hasBits0 &= ~512; 796_hasBits0 |= 1024; 810_hasBits0 &= ~1024; 829_hasBits0 |= 8192; 843_hasBits0 &= ~8192; 865_hasBits0 |= 16384; 879_hasBits0 &= ~16384; 897_hasBits0 |= 65536; 911_hasBits0 &= ~65536; 929_hasBits0 |= 32768; 943_hasBits0 &= ~32768; 962_hasBits0 |= 131072; 976_hasBits0 &= ~131072; 993_hasBits0 |= 524288; 1007_hasBits0 &= ~524288; 1023_hasBits0 |= 262144; 1037_hasBits0 &= ~262144; 1160_hasBits0 |= 8388608; 1174_hasBits0 &= ~8388608; 1191_hasBits0 |= 1048576; 1205_hasBits0 &= ~1048576; 1225_hasBits0 |= 2097152; 1239_hasBits0 &= ~2097152; 1256_hasBits0 |= 4194304; 1270_hasBits0 &= ~4194304; 1290_hasBits0 |= 16777216; 1304_hasBits0 &= ~16777216; 1320_hasBits0 |= 33554432; 1334_hasBits0 &= ~33554432; 1350_hasBits0 |= 67108864; 1364_hasBits0 &= ~67108864; 1380_hasBits0 |= 134217728; 1394_hasBits0 &= ~134217728; 1547_hasBits0 |= 268435456; 1561_hasBits0 &= ~268435456;
65 references to _hasBits0
Microsoft.ML.Tokenizers (65)
SentencepieceModel.cs (65)
154_hasBits0 = other._hasBits0; 305get { if ((_hasBits0 & 1) != 0) { return modelType_; } else { return ModelTypeDefaultValue; } } 315get { return (_hasBits0 & 1) != 0; } 335get { if ((_hasBits0 & 2) != 0) { return vocabSize_; } else { return VocabSizeDefaultValue; } } 345get { return (_hasBits0 & 2) != 0; } 380get { if ((_hasBits0 & 4) != 0) { return selfTestSampleSize_; } else { return SelfTestSampleSizeDefaultValue; } } 390get { return (_hasBits0 & 4) != 0; } 411get { if ((_hasBits0 & 536870912) != 0) { return enableDifferentialPrivacy_; } else { return EnableDifferentialPrivacyDefaultValue; } } 421get { return (_hasBits0 & 536870912) != 0; } 442get { if ((_hasBits0 & 1073741824) != 0) { return differentialPrivacyNoiseLevel_; } else { return DifferentialPrivacyNoiseLevelDefaultValue; } } 452get { return (_hasBits0 & 1073741824) != 0; } 473get { if ((_hasBits0 & -2147483648) != 0) { return differentialPrivacyClippingThreshold_; } else { return DifferentialPrivacyClippingThresholdDefaultValue; } } 483get { return (_hasBits0 & -2147483648) != 0; } 509get { if ((_hasBits0 & 8) != 0) { return characterCoverage_; } else { return CharacterCoverageDefaultValue; } } 519get { return (_hasBits0 & 8) != 0; } 541get { if ((_hasBits0 & 16) != 0) { return inputSentenceSize_; } else { return InputSentenceSizeDefaultValue; } } 551get { return (_hasBits0 & 16) != 0; } 568get { if ((_hasBits0 & 4096) != 0) { return shuffleInputSentence_; } else { return ShuffleInputSentenceDefaultValue; } } 578get { return (_hasBits0 & 4096) != 0; } 602get { if ((_hasBits0 & 32) != 0) { return miningSentenceSize_; } else { return MiningSentenceSizeDefaultValue; } } 613get { return (_hasBits0 & 32) != 0; } 635get { if ((_hasBits0 & 64) != 0) { return trainingSentenceSize_; } else { return TrainingSentenceSizeDefaultValue; } } 646get { return (_hasBits0 & 64) != 0; } 668get { if ((_hasBits0 & 128) != 0) { return seedSentencepieceSize_; } else { return SeedSentencepieceSizeDefaultValue; } } 678get { return (_hasBits0 & 128) != 0; } 700get { if ((_hasBits0 & 256) != 0) { return shrinkingFactor_; } else { return ShrinkingFactorDefaultValue; } } 710get { return (_hasBits0 & 256) != 0; } 734get { if ((_hasBits0 & 2048) != 0) { return maxSentenceLength_; } else { return MaxSentenceLengthDefaultValue; } } 744get { return (_hasBits0 & 2048) != 0; } 764get { if ((_hasBits0 & 512) != 0) { return numThreads_; } else { return NumThreadsDefaultValue; } } 774get { return (_hasBits0 & 512) != 0; } 794get { if ((_hasBits0 & 1024) != 0) { return numSubIterations_; } else { return NumSubIterationsDefaultValue; } } 804get { return (_hasBits0 & 1024) != 0; } 827get { if ((_hasBits0 & 8192) != 0) { return maxSentencepieceLength_; } else { return MaxSentencepieceLengthDefaultValue; } } 837get { return (_hasBits0 & 8192) != 0; } 863get { if ((_hasBits0 & 16384) != 0) { return splitByUnicodeScript_; } else { return SplitByUnicodeScriptDefaultValue; } } 873get { return (_hasBits0 & 16384) != 0; } 895get { if ((_hasBits0 & 65536) != 0) { return splitByNumber_; } else { return SplitByNumberDefaultValue; } } 905get { return (_hasBits0 & 65536) != 0; } 927get { if ((_hasBits0 & 32768) != 0) { return splitByWhitespace_; } else { return SplitByWhitespaceDefaultValue; } } 937get { return (_hasBits0 & 32768) != 0; } 960get { if ((_hasBits0 & 131072) != 0) { return treatWhitespaceAsSuffix_; } else { return TreatWhitespaceAsSuffixDefaultValue; } } 970get { return (_hasBits0 & 131072) != 0; } 991get { if ((_hasBits0 & 524288) != 0) { return allowWhitespaceOnlyPieces_; } else { return AllowWhitespaceOnlyPiecesDefaultValue; } } 1001get { return (_hasBits0 & 524288) != 0; } 1021get { if ((_hasBits0 & 262144) != 0) { return splitDigits_; } else { return SplitDigitsDefaultValue; } } 1031get { return (_hasBits0 & 262144) != 0; } 1158get { if ((_hasBits0 & 8388608) != 0) { return byteFallback_; } else { return ByteFallbackDefaultValue; } } 1168get { return (_hasBits0 & 8388608) != 0; } 1189get { if ((_hasBits0 & 1048576) != 0) { return vocabularyOutputPieceScore_; } else { return VocabularyOutputPieceScoreDefaultValue; } } 1199get { return (_hasBits0 & 1048576) != 0; } 1223get { if ((_hasBits0 & 2097152) != 0) { return hardVocabLimit_; } else { return HardVocabLimitDefaultValue; } } 1233get { return (_hasBits0 & 2097152) != 0; } 1254get { if ((_hasBits0 & 4194304) != 0) { return useAllVocab_; } else { return UseAllVocabDefaultValue; } } 1264get { return (_hasBits0 & 4194304) != 0; } 1288get { if ((_hasBits0 & 16777216) != 0) { return unkId_; } else { return UnkIdDefaultValue; } } 1298get { return (_hasBits0 & 16777216) != 0; } 1318get { if ((_hasBits0 & 33554432) != 0) { return bosId_; } else { return BosIdDefaultValue; } } 1328get { return (_hasBits0 & 33554432) != 0; } 1348get { if ((_hasBits0 & 67108864) != 0) { return eosId_; } else { return EosIdDefaultValue; } } 1358get { return (_hasBits0 & 67108864) != 0; } 1378get { if ((_hasBits0 & 134217728) != 0) { return padId_; } else { return PadIdDefaultValue; } } 1388get { return (_hasBits0 & 134217728) != 0; } 1545get { if ((_hasBits0 & 268435456) != 0) { return trainExtremelyLargeCorpus_; } else { return TrainExtremelyLargeCorpusDefaultValue; } } 1555get { return (_hasBits0 & 268435456) != 0; }