1 implementation of IsCanceled
Microsoft.ML.Core (1)
Environment\HostEnvironmentBase.cs (1)
363
public bool
IsCanceled
{ get; protected set; }
1 reference to IsCanceled
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
752
if (env is ICancelable cancelableEnv && cancelableEnv.
IsCanceled
)