3 writes to IsObjectDetection
Microsoft.ML.CodeGenerator.Tests (3)
ApprovalTests\ConsoleCodeGeneratorTests.cs (3)
234
IsObjectDetection
= false,
271
IsObjectDetection
= true,
311
IsObjectDetection
= false,
6 references to IsObjectDetection
Microsoft.ML.CodeGenerator (6)
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachConsoleAppCodeGenerator.cs (3)
71
IncludeImageTransformerPackage = _settings.IsImage || _settings.
IsObjectDetection
,
74
IncludeOnnxRuntime = _settings.
IsObjectDetection
,
98
IsObjectDetection = _settings.
IsObjectDetection
,
CodeGenerator\CSharp\AzureCodeGenerator\AzureAttachModelCodeGenerator.cs (3)
91
IncludeOnnxRuntime = _settings.
IsObjectDetection
,
110
IsAzureObjectDetection = _settings.
IsObjectDetection
&& _settings.IsAzureAttach,
129
else if (_settings.
IsObjectDetection
)