1 write to Sentence2Getter
Microsoft.ML.TorchSharp (1)
NasBert\NasBertTrainer.cs (1)
227
Sentence2Getter
= Parent.BertOptions.Sentence2ColumnName != default ? cursor.GetGetter<ReadOnlyMemory<char>>(input.Schema[Parent.BertOptions.Sentence2ColumnName]) : default;
2 references to Sentence2Getter
Microsoft.ML.TorchSharp (2)
NasBert\NasBertTrainer.cs (2)
248
if (
Sentence2Getter
== default)
256
Sentence2Getter
(ref sentence2);