1 write to _hash
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1674_dstGetter(ref _hash);
3 references to _hash
Microsoft.ML.Data (3)
Transforms\Hashing.cs (3)
1677var hashValues = _hash.GetValues(); 1680Contracts.Assert(_value.IsDense == _hash.IsDense); 1681Contracts.Assert(_value.Length == _hash.Length);