2 writes to _outputTensors
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
542
_outputTensors
= new Tensor[_outputs.Length];
555
_outputTensors
= new Tensor[_outputs.Length];
2 references to _outputTensors
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
622
_outputTensors
[i] = new Tensor(new SafeTensorHandle(_outputValues[i]));
625
return
_outputTensors
;