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