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]));