3 writes to AllowSparse
Microsoft.ML.CodeGenerator (1)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachConsoleAppCodeGenerator.cs (1)
54AllowSparse = _columnInferenceResult.TextLoaderOptions.AllowSparse,
Microsoft.ML.CodeGenerator.Tests (2)
ApprovalTests\ConsoleCodeGeneratorTests.cs (2)
391AllowSparse = true, 414AllowSparse = true,
1 reference to AllowSparse
Microsoft.ML.CodeGenerator (1)
Templates\Azure\Console\AzureModelBuilder.cs (1)
63this.Write(this.ToStringHelper.ToStringWithCulture(AllowSparse.ToString().ToLowerInvariant()));