1 write to _tfOutputNodes
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
552
_tfOutputNodes
= new TF_Output[_outputs.Length];
1 reference to _tfOutputNodes
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
558
_tfOutputNodes
[index] = new TF_Output(_tfOutputOperations[index].Item1, _tfOutputOperations[index].Item2);