public abstract class
AbstractTF_SessionOptions
Known Direct Subclasses |
Public Constructors
AbstractTF_SessionOptions(Pointer p)
|
Public Methods
void |
delete()
Calls the deallocator, if registered, otherwise has no effect.
|
static TF_SessionOptions |
newSessionOptions()
Calls TF_NewSessionOptions(), and registers a deallocator.
|
Inherited Methods
Public Constructors
public AbstractTF_SessionOptions (Pointer p)
Public Methods
public void delete ()
Calls the deallocator, if registered, otherwise has no effect.
public static TF_SessionOptions newSessionOptions ()
Calls TF_NewSessionOptions(), and registers a deallocator.
Returns
- TF_SessionOptions created. Do not call TF_DeleteSessionOptions() on it.