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