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