2 writes to _session
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
531
_session
= session;
544
_session
= session;
3 references to _session
Microsoft.ML.TensorFlow (3)
TensorflowUtils.cs (3)
586
if (
_session
== IntPtr.Zero)
587
throw new ObjectDisposedException(nameof(
_session
));
593
c_api.TF_SessionRun(
_session
, null, _inputs, _inputValues,