1 write to Inner
Microsoft.ML.Core (1)
Utilities\Contracts.cs (1)
185
Inner
= 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
180
public string ContextDescription =>
Inner
?.ContextDescription ?? "";
192
ex =
Inner
?.Process(ex) ?? ex;