1 write to Inner
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
185Inner = inner;
3 references to Inner
Microsoft.ML.Core (3)
Utilities\Contracts.cs (3)
174/// Exceptions will be marked with this. If <see cref="Inner"/> happens to mark it with a sensitivity 180public string ContextDescription => Inner?.ContextDescription ?? ""; 192ex = Inner?.Process(ex) ?? ex;