8 references to ImageDataViewType
Microsoft.ML.ImageAnalytics (5)
ImageGrayscale.cs (1)
255
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.inputColumnName, new
ImageDataViewType
().ToString(), col.GetTypeString());
ImageLoader.cs (2)
363
return new
ImageDataViewType
();
449
result[outputColumnName] = new SchemaShape.Column(outputColumnName, SchemaShape.Column.VectorKind.Scalar, new
ImageDataViewType
(), false);
ImagePixelExtractor.cs (1)
818
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, new
ImageDataViewType
().ToString(), col.GetTypeString());
ImageResizer.cs (1)
518
throw Host.ExceptSchemaMismatch(nameof(inputSchema), "input", colInfo.InputColumnName, new
ImageDataViewType
().ToString(), col.GetTypeString());
Microsoft.ML.TorchSharp (3)
AutoFormerV2\ObjectDetectionTrainer.cs (3)
496
new
ImageDataViewType
().ToString(), imageCol.GetTypeString());
578
if (imageCol.ItemType != new
ImageDataViewType
())
580
new
ImageDataViewType
().ToString(), imageCol.GetTypeString());