1 write to _idvToTfMapping
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
539_idvToTfMapping = new Dictionary<string, string>();
6 references to _idvToTfMapping
Microsoft.ML.Vision (6)
DnnRetrainTransform.cs (6)
284inputsForTraining[i] = _idvToTfMapping[_inputs[i]]; 542_idvToTfMapping[x] = x; 545_idvToTfMapping[x] = x; 549(_tfInputTypes, _tfInputShapes, _tfInputOperations) = GetInputInfo(Host, _session, _inputs.Select(x => _idvToTfMapping[x]).ToArray(), batchSize); 929_parent._inputs.Select(x => _parent._idvToTfMapping[x]).ToArray(), 930_parent._outputs.Select(x => _parent._idvToTfMapping[x]).ToArray());