2 writes to _distMapper
Microsoft.ML.Data (2)
Scorers\SchemaBindablePredictorWrapper.cs (2)
408CheckValid(out _distMapper); 414CheckValid(out _distMapper);
4 references to _distMapper
Microsoft.ML.Data (4)
Scorers\SchemaBindablePredictorWrapper.cs (4)
498Contracts.AssertValue(_distMapper); 520Contracts.Assert(parent._distMapper != null); 556Contracts.Assert(_parent._distMapper != null); 569mapper = _parent._distMapper.GetMapper<VBuffer<float>, float, float>();