1 write to Sentence1Getter
Microsoft.ML.TorchSharp (1)
NasBert\NasBertTrainer.cs (1)
226Sentence1Getter = cursor.GetGetter<ReadOnlyMemory<char>>(input.Schema[Parent.BertOptions.Sentence1ColumnName]);
2 references to Sentence1Getter
Microsoft.ML.TorchSharp (2)
NasBert\NasBertTrainer.cs (1)
246Sentence1Getter(ref sentence1);
NasBert\NerTrainer.cs (1)
167Sentence1Getter(ref sentenceRom);