2 writes to _status
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
539
_status
= new Status();
552
_status
= new Status();
4 references to _status
Microsoft.ML.TensorFlow (4)
TensorflowUtils.cs (4)
595
_operations.Length, IntPtr.Zero,
_status
.Handle);
601
_status
.Check(throwException: true);
613
_status
.Check(true);
629
_status
.Dispose();