public class
TF_ImportGraphDefOptions
Public Constructors
TF_ImportGraphDefOptions()
Empty constructor.
|
|
TF_ImportGraphDefOptions(Pointer p)
Pointer cast constructor.
|
Inherited Methods
void |
delete()
Calls the deallocator, if registered, otherwise has no effect.
|
static TF_ImportGraphDefOptions |
newImportGraphDefOptions()
Calls TF_NewImportGraphDefOptions(), 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 TF_ImportGraphDefOptions ()
Empty constructor. Calls super((Pointer)null)
.
public TF_ImportGraphDefOptions (Pointer p)
Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer))
.