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