3 references to ExceptDecode
Microsoft.ML.Core (1)
Data\Repository.cs (1)
466throw ExceptionContext.ExceptDecode(ex, "Failed to open a zip archive");
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
204throw ectx.ExceptDecode(ex, "Tensorflow exception triggered while loading model."); 255throw ectx.ExceptDecode(ex, "Tensorflow exception triggered while loading model.");