2 writes to _status
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
543
_status
= new Status();
556
_status
= new Status();
4 references to _status
Microsoft.ML.TensorFlow (4)
TensorflowUtils.cs (4)
600
_operations.Length, IntPtr.Zero,
_status
.Handle);
606
_status
.Check(throwException: true);
618
_status
.Check(true);
636
_status
.Dispose();