AbstractTF_ImportGraphDefOptions

public abstract class AbstractTF_ImportGraphDefOptions
Known Direct Subclasses

Public Constructors

Public Methods

void
delete()
Calls the deallocator, if registered, otherwise has no effect.
static TF_ImportGraphDefOptions
newImportGraphDefOptions()
Calls TF_NewImportGraphDefOptions(), and registers a deallocator.

Inherited Methods

Public Constructors

public AbstractTF_ImportGraphDefOptions (Pointer p)

Public Methods

public void delete ()

Calls the deallocator, if registered, otherwise has no effect.

public static TF_ImportGraphDefOptions newImportGraphDefOptions ()

Calls TF_NewImportGraphDefOptions(), and registers a deallocator.

Returns
  • TF_ImportGraphDefOptions created. Do not call TF_DeleteImportGraphDefOptions() on it.