AbstractTF_Graph
Public Methods
void
|
delete()
Calls the deallocator, if registered, otherwise has no effect.
|
static
TF_Graph
|
newGraph()
Calls TF_NewGraph(), and registers a deallocator.
|
Inherited Methods
From class
java.lang.Object
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
AbstractTF_Graph
(Pointer p)
Public Methods
public
void
delete
()
Calls the deallocator, if registered, otherwise has no effect.
public
static
TF_Graph
newGraph
()
Calls TF_NewGraph(), and registers a deallocator.
Note Graph
will call TF_DeleteGraph on close, so do not use this
method when constructing a reference for use inside a Graph
object.
Returns
- TF_Graph created. Do not call TF_DeleteGraph() on it.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[null,null,["Last updated 2021-11-29 UTC."],[],[]]