2 writes to _outputValues
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
541_outputValues = new IntPtr[_outputs.Length]; 554_outputValues = new IntPtr[_outputs.Length];
3 references to _outputValues
Microsoft.ML.TensorFlow (3)
TensorflowUtils.cs (3)
599_inputs.Length, _outputs, _outputValues, _outputValues.Length, _operations, 622_outputTensors[i] = new Tensor(new SafeTensorHandle(_outputValues[i]));