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
;
305
get { if ((
_hasBits0
& 1) != 0) { return modelType_; } else { return ModelTypeDefaultValue; } }
315
get { return (
_hasBits0
& 1) != 0; }
335
get { if ((
_hasBits0
& 2) != 0) { return vocabSize_; } else { return VocabSizeDefaultValue; } }
345
get { return (
_hasBits0
& 2) != 0; }
380
get { if ((
_hasBits0
& 4) != 0) { return selfTestSampleSize_; } else { return SelfTestSampleSizeDefaultValue; } }
390
get { return (
_hasBits0
& 4) != 0; }
411
get { if ((
_hasBits0
& 536870912) != 0) { return enableDifferentialPrivacy_; } else { return EnableDifferentialPrivacyDefaultValue; } }
421
get { return (
_hasBits0
& 536870912) != 0; }
442
get { if ((
_hasBits0
& 1073741824) != 0) { return differentialPrivacyNoiseLevel_; } else { return DifferentialPrivacyNoiseLevelDefaultValue; } }
452
get { return (
_hasBits0
& 1073741824) != 0; }
473
get { if ((
_hasBits0
& -2147483648) != 0) { return differentialPrivacyClippingThreshold_; } else { return DifferentialPrivacyClippingThresholdDefaultValue; } }
483
get { return (
_hasBits0
& -2147483648) != 0; }
509
get { if ((
_hasBits0
& 8) != 0) { return characterCoverage_; } else { return CharacterCoverageDefaultValue; } }
519
get { return (
_hasBits0
& 8) != 0; }
541
get { if ((
_hasBits0
& 16) != 0) { return inputSentenceSize_; } else { return InputSentenceSizeDefaultValue; } }
551
get { return (
_hasBits0
& 16) != 0; }
568
get { if ((
_hasBits0
& 4096) != 0) { return shuffleInputSentence_; } else { return ShuffleInputSentenceDefaultValue; } }
578
get { return (
_hasBits0
& 4096) != 0; }
602
get { if ((
_hasBits0
& 32) != 0) { return miningSentenceSize_; } else { return MiningSentenceSizeDefaultValue; } }
613
get { return (
_hasBits0
& 32) != 0; }
635
get { if ((
_hasBits0
& 64) != 0) { return trainingSentenceSize_; } else { return TrainingSentenceSizeDefaultValue; } }
646
get { return (
_hasBits0
& 64) != 0; }
668
get { if ((
_hasBits0
& 128) != 0) { return seedSentencepieceSize_; } else { return SeedSentencepieceSizeDefaultValue; } }
678
get { return (
_hasBits0
& 128) != 0; }
700
get { if ((
_hasBits0
& 256) != 0) { return shrinkingFactor_; } else { return ShrinkingFactorDefaultValue; } }
710
get { return (
_hasBits0
& 256) != 0; }
734
get { if ((
_hasBits0
& 2048) != 0) { return maxSentenceLength_; } else { return MaxSentenceLengthDefaultValue; } }
744
get { return (
_hasBits0
& 2048) != 0; }
764
get { if ((
_hasBits0
& 512) != 0) { return numThreads_; } else { return NumThreadsDefaultValue; } }
774
get { return (
_hasBits0
& 512) != 0; }
794
get { if ((
_hasBits0
& 1024) != 0) { return numSubIterations_; } else { return NumSubIterationsDefaultValue; } }
804
get { return (
_hasBits0
& 1024) != 0; }
827
get { if ((
_hasBits0
& 8192) != 0) { return maxSentencepieceLength_; } else { return MaxSentencepieceLengthDefaultValue; } }
837
get { return (
_hasBits0
& 8192) != 0; }
863
get { if ((
_hasBits0
& 16384) != 0) { return splitByUnicodeScript_; } else { return SplitByUnicodeScriptDefaultValue; } }
873
get { return (
_hasBits0
& 16384) != 0; }
895
get { if ((
_hasBits0
& 65536) != 0) { return splitByNumber_; } else { return SplitByNumberDefaultValue; } }
905
get { return (
_hasBits0
& 65536) != 0; }
927
get { if ((
_hasBits0
& 32768) != 0) { return splitByWhitespace_; } else { return SplitByWhitespaceDefaultValue; } }
937
get { return (
_hasBits0
& 32768) != 0; }
960
get { if ((
_hasBits0
& 131072) != 0) { return treatWhitespaceAsSuffix_; } else { return TreatWhitespaceAsSuffixDefaultValue; } }
970
get { return (
_hasBits0
& 131072) != 0; }
991
get { if ((
_hasBits0
& 524288) != 0) { return allowWhitespaceOnlyPieces_; } else { return AllowWhitespaceOnlyPiecesDefaultValue; } }
1001
get { return (
_hasBits0
& 524288) != 0; }
1021
get { if ((
_hasBits0
& 262144) != 0) { return splitDigits_; } else { return SplitDigitsDefaultValue; } }
1031
get { return (
_hasBits0
& 262144) != 0; }
1158
get { if ((
_hasBits0
& 8388608) != 0) { return byteFallback_; } else { return ByteFallbackDefaultValue; } }
1168
get { return (
_hasBits0
& 8388608) != 0; }
1189
get { if ((
_hasBits0
& 1048576) != 0) { return vocabularyOutputPieceScore_; } else { return VocabularyOutputPieceScoreDefaultValue; } }
1199
get { return (
_hasBits0
& 1048576) != 0; }
1223
get { if ((
_hasBits0
& 2097152) != 0) { return hardVocabLimit_; } else { return HardVocabLimitDefaultValue; } }
1233
get { return (
_hasBits0
& 2097152) != 0; }
1254
get { if ((
_hasBits0
& 4194304) != 0) { return useAllVocab_; } else { return UseAllVocabDefaultValue; } }
1264
get { return (
_hasBits0
& 4194304) != 0; }
1288
get { if ((
_hasBits0
& 16777216) != 0) { return unkId_; } else { return UnkIdDefaultValue; } }
1298
get { return (
_hasBits0
& 16777216) != 0; }
1318
get { if ((
_hasBits0
& 33554432) != 0) { return bosId_; } else { return BosIdDefaultValue; } }
1328
get { return (
_hasBits0
& 33554432) != 0; }
1348
get { if ((
_hasBits0
& 67108864) != 0) { return eosId_; } else { return EosIdDefaultValue; } }
1358
get { return (
_hasBits0
& 67108864) != 0; }
1378
get { if ((
_hasBits0
& 134217728) != 0) { return padId_; } else { return PadIdDefaultValue; } }
1388
get { return (
_hasBits0
& 134217728) != 0; }
1545
get { if ((
_hasBits0
& 268435456) != 0) { return trainExtremelyLargeCorpus_; } else { return TrainExtremelyLargeCorpusDefaultValue; } }
1555
get { return (
_hasBits0
& 268435456) != 0; }