TFE_ContextOptions

public class TFE_ContextOptions

Public Constructors

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

Inherited Methods

org.tensorflow.internal.c_api.AbstractTFE_ContextOptions
void
delete()
Calls the deallocator, if registered, otherwise has no effect.
static TFE_ContextOptions
newContextOptions()
Calls TFE_NewContextOptions(), and registers a deallocator.
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 TFE_ContextOptions ()

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

public TFE_ContextOptions (Pointer p)

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