1 write to _handler
Microsoft.ML.CpuMath (1)
src\Microsoft.ML.Core\Utilities\Contracts.cs (1)
239
return Interlocked.Exchange(ref
_handler
, handler);
1 reference to _handler
Microsoft.ML.CpuMath (1)
src\Microsoft.ML.Core\Utilities\Contracts.cs (1)
778
var handler =
_handler
;