2 writes to _outputs
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
533_outputs = outputs ?? new TF_Output[0]; 546_outputs = outputs?.Select(x => ParseOutput(session, x)).ToArray() ?? new TF_Output[0];
6 references to _outputs
Microsoft.ML.TensorFlow (6)
TensorflowUtils.cs (6)
537_outputValues = new IntPtr[_outputs.Length]; 538_outputTensors = new Tensor[_outputs.Length]; 550_outputValues = new IntPtr[_outputs.Length]; 551_outputTensors = new Tensor[_outputs.Length]; 594_inputs.Length, _outputs, _outputValues, _outputValues.Length, _operations, 615for (int i = 0; i < _outputs.Length; i++)