2 writes to _session
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
535
_session
= session;
548
_session
= session;
3 references to _session
Microsoft.ML.TensorFlow (3)
TensorflowUtils.cs (3)
591
if (
_session
== IntPtr.Zero)
592
throw new ObjectDisposedException(nameof(
_session
));
598
c_api.TF_SessionRun(
_session
, null, _inputs, _inputValues,