1 write to _tfOutputOperations
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
546(_tfOutputTypes, _outputTypes, _tfOutputOperations) = GetOutputInfo(Host, _session, _outputs);
3 references to _tfOutputOperations
Microsoft.ML.Vision (3)
DnnRetrainTransform.cs (3)
556for (int index = 0; index < _tfOutputOperations.Length; index += 1) 557_tfOutputNodes[index] = new TF_Output(_tfOutputOperations[index].Item1, _tfOutputOperations[index].Item2);