1 write to PreTrainerTransforms
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachConsoleAppCodeGenerator.cs (1)
52
PreTrainerTransforms
= PreTrainerTransforms,
3 references to PreTrainerTransforms
Microsoft.ML.CodeGenerator (3)
Templates\Azure\Console\AzureModelBuilder.cs (3)
80
if(
PreTrainerTransforms
.Count >0 ) {
85
for(int i=0;i<
PreTrainerTransforms
.Count;i++)
90
Write("mlContext.Transforms."+
PreTrainerTransforms
[i]);