2 writes to _outputs
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
537_outputs = outputs ?? new TF_Output[0]; 550_outputs = outputs?.Select(x => ParseOutput(session, x)).ToArray() ?? new TF_Output[0];
6 references to _outputs
Microsoft.ML.TensorFlow (6)
TensorflowUtils.cs (6)
541_outputValues = new IntPtr[_outputs.Length]; 542_outputTensors = new Tensor[_outputs.Length]; 554_outputValues = new IntPtr[_outputs.Length]; 555_outputTensors = new Tensor[_outputs.Length]; 599_inputs.Length, _outputs, _outputValues, _outputValues.Length, _operations, 620for (int i = 0; i < _outputs.Length; i++)