3 references to ExceptNotSupp
Microsoft.ML.Data (1)
Utils\ApiUtils.cs (1)
60throw Contracts.ExceptNotSupp("Type '{0}' is not supported.", t.FullName);
Microsoft.ML.FastTree (1)
Training\DcgPermutationComparer.cs (1)
38throw Contracts.ExceptNotSupp("DCGComparer of type '{0}' not supported", name);
Microsoft.ML.OnnxTransformer (1)
OnnxUtils.cs (1)
582throw Contracts.ExceptNotSupp("Onnx type not supported", type);