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