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();
598
c_api.TF_SessionRun(_session, null, _inputs,
_inputValues
,