1 instantiation of TimeSpanDataViewType
Microsoft.ML.DataView (1)
DataViewType.cs (1)
448Interlocked.CompareExchange(ref _instance, new TimeSpanDataViewType(), null) ??
11 references to TimeSpanDataViewType
Microsoft.ML.Core (3)
Data\ColumnTypeExtensions.cs (3)
22(columnType is RowIdDataViewType) || (columnType is TimeSpanDataViewType) || 102return TimeSpanDataViewType.Instance; 119return TimeSpanDataViewType.Instance;
Microsoft.ML.Core.Tests (1)
UnitTests\ColumnTypes.cs (1)
29TextDataViewType.Instance, BooleanDataViewType.Instance, DateTimeDataViewType.Instance, DateTimeOffsetDataViewType.Instance, TimeSpanDataViewType.Instance };
Microsoft.ML.Data (3)
DataLoadSave\Binary\Codecs.cs (1)
162return type == typeof(TimeSpan) ? TimeSpanDataViewType.Instance :
DataLoadSave\DataOperationsCatalog.cs (1)
564if (itemType is DateTimeDataViewType || itemType is DateTimeOffsetDataViewType || itemType is TimeSpanDataViewType)
DataLoadSave\Text\TextSaver.cs (1)
110else if (type is TimeSpanDataViewType)
Microsoft.ML.DataView (3)
DataViewType.cs (3)
439private static volatile TimeSpanDataViewType _instance; 443public static TimeSpanDataViewType Instance 462Debug.Assert(!(other is TimeSpanDataViewType));
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
365return TimeSpanDataViewType.Instance;