TF_Status

public class TF_Status

Public Constructors

TF_Status()
Empty constructor.
TF_Status(Pointer p)
Pointer cast constructor.

Inherited Methods

org.tensorflow.internal.c_api.AbstractTF_Status
void
delete()
Calls the deallocator, if registered, otherwise has no effect.
static TF_Status
newStatus()
Calls TF_NewStatus(), and registers a deallocator.
void
throwExceptionIfNotOK()
Map TF_Code to unchecked exception, and throw if not TF_OK.
boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

Public Constructors

public TF_Status ()

Empty constructor. Calls super((Pointer)null).

public TF_Status (Pointer p)

Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer)).