1 instantiation of TimeSpanDataViewType
Microsoft.ML.DataView (1)
DataViewType.cs (1)
448
Interlocked.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
) ||
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 (3)
DataLoadSave\Binary\Codecs.cs (1)
162
return type == typeof(TimeSpan) ?
TimeSpanDataViewType
.Instance :
DataLoadSave\DataOperationsCatalog.cs (1)
564
if (itemType is DateTimeDataViewType || itemType is DateTimeOffsetDataViewType || itemType is
TimeSpanDataViewType
)
DataLoadSave\Text\TextSaver.cs (1)
110
else if (type is
TimeSpanDataViewType
)
Microsoft.ML.DataView (3)
DataViewType.cs (3)
439
private static volatile
TimeSpanDataViewType
_instance;
443
public static
TimeSpanDataViewType
Instance
462
Debug.Assert(!(other is
TimeSpanDataViewType
));
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
365
return
TimeSpanDataViewType
.Instance;