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)
1284
if (
_transformer
== null)
1288
_transformer
.GetOutputSchema(input.Schema);
1289
return
_transformer
;