1 write to _pipeConstructorTypes
Microsoft.ML.Data (1)
Transforms\RowShufflingTransformer.cs (1)
387
Interlocked.CompareExchange(ref
_pipeConstructorTypes
, new Type[] { typeof(int), typeof(Delegate) }, null);
2 references to _pipeConstructorTypes
Microsoft.ML.Data (2)
Transforms\RowShufflingTransformer.cs (2)
386
if (
_pipeConstructorTypes
== null)
388
var constructor = pipeType.GetConstructor(
_pipeConstructorTypes
);