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]);
618
return
_outputTensors
;