1 write to _perm
Microsoft.ML.Transforms (1)
Expression\LambdaParser.cs (1)
173
_perm
= perm;
5 references to _perm
Microsoft.ML.Transforms (5)
Expression\LambdaParser.cs (5)
418
Contracts.Assert(i <
_perm
.Length);
419
Contracts.Assert(0 <=
_perm
[i] &&
_perm
[i] <
_perm
.Length);
420
if (
_perm
[i] == index)