1 implementation of CancelExecution
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
99
void ICancelable.
CancelExecution
()
3 references to CancelExecution
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
106
cancelableHost.
CancelExecution
();
Microsoft.ML.Core.Tests (1)
UnitTests\TestHosts.cs (1)
67
(hosts.ElementAt(index).Item1 as ICancelable).
CancelExecution
();
Microsoft.ML.Data (1)
MLContext.cs (1)
181
internal void CancelExecution() => ((ICancelable)_env).
CancelExecution
();