1 write to _tfInputTypes
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1234
_tfInputTypes
= inputTuple.tfInputTypes;
1 reference to _tfInputTypes
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
1264
var expectedType = Tf2MlNetType(
_tfInputTypes
[i]);