Base:
7 references to ToString
Microsoft.ML.Core.Tests (2)
UnitTests\ColumnTypes.cs (2)
107Assert.Fail(dict[tmp4] + " and " + tmp4.ToString() + " are duplicates."); 108dict[tmp4] = tmp4.ToString();
Microsoft.ML.ImageAnalytics (3)
ImageGrayscale.cs (1)
255throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.inputColumnName, new ImageDataViewType().ToString(), col.GetTypeString());
ImagePixelExtractor.cs (1)
818throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, new ImageDataViewType().ToString(), col.GetTypeString());
ImageResizer.cs (1)
518throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, new ImageDataViewType().ToString(), col.GetTypeString());
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
496new ImageDataViewType().ToString(), imageCol.GetTypeString()); 580new ImageDataViewType().ToString(), imageCol.GetTypeString());