TF_Session

public class TF_Session

Public Constructors

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

Inherited Methods

org.tensorflow.internal.c_api.AbstractTF_Session
void
delete()
Calls the deallocator, if registered, otherwise has no effect.
static TF_Session
loadSessionFromSavedModel(TF_SessionOptions session_options, TF_Buffer run_options, String export_dir, String[] tags, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)
Calls TF_LoadSessionFromSavedModel(), and registers a deallocator.
static TF_Session
newSession(TF_Graph graph, TF_SessionOptions opts, TF_Status status)
Calls TF_NewSession(), 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_Session ()

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

public TF_Session (Pointer p)

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