1 write to Sentence2Getter
Microsoft.ML.TorchSharp (1)
NasBert\NasBertTrainer.cs (1)
227Sentence2Getter = 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)
248if (Sentence2Getter == default) 256Sentence2Getter(ref sentence2);