2 writes to _inputValues
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
539_inputValues = new IntPtr[_inputs.Length]; 552_inputValues = new IntPtr[_inputs.Length];
2 references to _inputValues
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
563_inputValues[index] = value.Handle.DangerousGetHandle(); 598c_api.TF_SessionRun(_session, null, _inputs, _inputValues,