4 references to RawByteImageLoading
Microsoft.ML.AutoML (2)
EstimatorExtensions\EstimatorExtensionCatalog.cs (1)
45
{ EstimatorName.
RawByteImageLoading
, typeof(RawByteImageLoading) },
EstimatorExtensions\EstimatorExtensions.cs (1)
308
var pipelineNode = new PipelineNode(EstimatorName.
RawByteImageLoading
.ToString(), PipelineNodeType.Transform, inColumn, outColumn, pipelineNodeProperty);
Microsoft.ML.CodeGenerator (2)
CodeGenerator\CSharp\CodeGenerator.cs (1)
33
private static readonly HashSet<string> _imageTransformers = new HashSet<string>() { EstimatorName.
RawByteImageLoading
.ToString() };
CodeGenerator\CSharp\TransformGeneratorFactory.cs (1)
71
case EstimatorName.
RawByteImageLoading
: