1 write to _idvToTfMapping
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
538_idvToTfMapping = new Dictionary<string, string>();
6 references to _idvToTfMapping
Microsoft.ML.Vision (6)
DnnRetrainTransform.cs (6)
283inputsForTraining[i] = _idvToTfMapping[_inputs[i]]; 541_idvToTfMapping[x] = x; 544_idvToTfMapping[x] = x; 548(_tfInputTypes, _tfInputShapes, _tfInputOperations) = GetInputInfo(Host, _session, _inputs.Select(x => _idvToTfMapping[x]).ToArray(), batchSize); 928_parent._inputs.Select(x => _parent._idvToTfMapping[x]).ToArray(), 929_parent._outputs.Select(x => _parent._idvToTfMapping[x]).ToArray());