4 instantiations of Options
Microsoft.ML.AutoML (1)
SweepableEstimator\Estimators\ObjectDetection.cs (1)
17var option = new ObjectDetectionTrainer.Options
Microsoft.ML.TorchSharp (2)
AutoFormerV2\ObjectDetectionTrainer.cs (2)
142this(env, new Options 673var options = new Options()
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
54var options = new ObjectDetectionTrainer.Options()
8 references to Options
Microsoft.ML.AutoML (1)
SweepableEstimator\Estimators\ObjectDetection.cs (1)
17var option = new ObjectDetectionTrainer.Options
Microsoft.ML.TorchSharp (6)
AutoFormerV2\ObjectDetectionTrainer.cs (5)
118internal readonly Options Option; 121internal ObjectDetectionTrainer(IHostEnvironment env, Options options) 504internal readonly ObjectDetectionTrainer.Options Options; 521internal ObjectDetectionTransformer(IHostEnvironment env, ObjectDetectionTrainer.Options options, AutoFormerV2 model, DataViewSchema.DetachedColumn labelColumn) 673var options = new Options()
TorchSharpCatalog.cs (1)
138ObjectDetectionTrainer.Options options)
Microsoft.ML.TorchSharp.Tests (1)
ObjectDetectionTests.cs (1)
54var options = new ObjectDetectionTrainer.Options()