1 write to _tfInputTypes
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
548
(
_tfInputTypes
, _tfInputShapes, _tfInputOperations) = GetInputInfo(Host, _session, _inputs.Select(x => _idvToTfMapping[x]).ToArray(), batchSize);
2 references to _tfInputTypes
Microsoft.ML.Vision (2)
DnnRetrainTransform.cs (2)
786
var expectedType = Tf2MlNetType(_parent.
_tfInputTypes
[i]);
865
var srcTensorGetters = GetTensorValueGetters(input, _inputColIndices, _isInputVector, _parent.
_tfInputTypes
, _fullySpecifiedShapes);