Implemented interface member:
property
Type
Microsoft.ML.Data.IO.IValueCodec.Type
1 write to Type
Microsoft.ML.Data (1)
DataLoadSave\Binary\Codecs.cs (1)
127
Type
= type;
2 references to Type
Microsoft.ML.Data (2)
DataLoadSave\Binary\CodecFactory.cs (2)
89
Contracts.Assert(!_simpleCodecTypeMap.ContainsKey(codec.
Type
.RawType));
91
_simpleCodecTypeMap.Add(codec.
Type
.RawType, codec);