1 write to _transformer
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1285_transformer = new DnnRetrainTransformer(_host, _options, _tensorFlowModel, input);
3 references to _transformer
Microsoft.ML.Vision (3)
DnnRetrainTransform.cs (3)
1284if (_transformer == null) 1288_transformer.GetOutputSchema(input.Schema); 1289return _transformer;