2 writes to _outputTensors
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
538_outputTensors = new Tensor[_outputs.Length]; 551_outputTensors = new Tensor[_outputs.Length];
2 references to _outputTensors
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
616_outputTensors[i] = new Tensor(_outputValues[i]); 618return _outputTensors;