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)
1677
var hashValues =
_hash
.GetValues();
1680
Contracts.Assert(_value.IsDense ==
_hash
.IsDense);
1681
Contracts.Assert(_value.Length ==
_hash
.Length);