2 writes to _outputValues
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
537
_outputValues
= new IntPtr[_outputs.Length];
550
_outputValues
= new IntPtr[_outputs.Length];
3 references to _outputValues
Microsoft.ML.TensorFlow (3)
TensorflowUtils.cs (3)
594
_inputs.Length, _outputs,
_outputValues
,
_outputValues
.Length, _operations,
616
_outputTensors[i] = new Tensor(
_outputValues
[i]);