6 references to Instance
Microsoft.ML.Core (2)
Data\ColumnTypeExtensions.cs (2)
102
return TimeSpanDataViewType.
Instance
;
119
return TimeSpanDataViewType.
Instance
;
Microsoft.ML.Core.Tests (1)
UnitTests\ColumnTypes.cs (1)
29
TextDataViewType.Instance, BooleanDataViewType.Instance, DateTimeDataViewType.Instance, DateTimeOffsetDataViewType.Instance, TimeSpanDataViewType.
Instance
};
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
162
return type == typeof(TimeSpan) ? TimeSpanDataViewType.
Instance
:
Microsoft.ML.DataView (1)
DataViewType.cs (1)
435
/// Note this can have only one possible value, accessible by the singleton static property <see cref="
Instance
"/>.
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
365
return TimeSpanDataViewType.
Instance
;