static void |
tensorflow.ExtendSession(tensorflow.TF_Session session,
tensorflow.TF_Status status) |
static boolean |
tensorflow.ExtendSessionGraphHelper(tensorflow.TF_Session session,
tensorflow.TF_Status status) |
BytePointer |
tensorflow.TF_SessionStringMap.get(tensorflow.TF_Session i) |
tensorflow.TF_SessionStringMap |
tensorflow.TF_SessionStringMap.put(tensorflow.TF_Session i,
BytePointer value) |
tensorflow.TF_SessionStringMap |
tensorflow.TF_SessionStringMap.put(tensorflow.TF_Session i,
String value) |
static void |
tensorflow.TF_CloseSession(tensorflow.TF_Session arg0,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_DeleteSession(tensorflow.TF_Session arg0,
tensorflow.TF_Status status) |
static tensorflow.TF_DeviceList |
tensorflow.TF_SessionListDevices(tensorflow.TF_Session session,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SessionPRun(tensorflow.TF_Session arg0,
BytePointer handle,
tensorflow.TF_Output inputs,
PointerPointer input_values,
int ninputs,
tensorflow.TF_Output outputs,
PointerPointer output_values,
int noutputs,
PointerPointer target_opers,
int ntargets,
tensorflow.TF_Status arg10) |
static void |
tensorflow.TF_SessionPRun(tensorflow.TF_Session arg0,
BytePointer handle,
tensorflow.TF_Output inputs,
tensorflow.TF_Tensor input_values,
int ninputs,
tensorflow.TF_Output outputs,
tensorflow.TF_Tensor output_values,
int noutputs,
tensorflow.TF_Operation target_opers,
int ntargets,
tensorflow.TF_Status arg10) |
static void |
tensorflow.TF_SessionPRun(tensorflow.TF_Session arg0,
String handle,
tensorflow.TF_Output inputs,
tensorflow.TF_Tensor input_values,
int ninputs,
tensorflow.TF_Output outputs,
tensorflow.TF_Tensor output_values,
int noutputs,
tensorflow.TF_Operation target_opers,
int ntargets,
tensorflow.TF_Status arg10) |
static void |
tensorflow.TF_SessionPRunSetup(tensorflow.TF_Session arg0,
tensorflow.TF_Output inputs,
int ninputs,
tensorflow.TF_Output outputs,
int noutputs,
PointerPointer target_opers,
int ntargets,
PointerPointer handle,
tensorflow.TF_Status arg8) |
static void |
tensorflow.TF_SessionPRunSetup(tensorflow.TF_Session arg0,
tensorflow.TF_Output inputs,
int ninputs,
tensorflow.TF_Output outputs,
int noutputs,
tensorflow.TF_Operation target_opers,
int ntargets,
byte[] handle,
tensorflow.TF_Status arg8) |
static void |
tensorflow.TF_SessionPRunSetup(tensorflow.TF_Session arg0,
tensorflow.TF_Output inputs,
int ninputs,
tensorflow.TF_Output outputs,
int noutputs,
tensorflow.TF_Operation target_opers,
int ntargets,
ByteBuffer handle,
tensorflow.TF_Status arg8) |
static void |
tensorflow.TF_SessionPRunSetup(tensorflow.TF_Session arg0,
tensorflow.TF_Output inputs,
int ninputs,
tensorflow.TF_Output outputs,
int noutputs,
tensorflow.TF_Operation target_opers,
int ntargets,
BytePointer handle,
tensorflow.TF_Status arg8) |
static void |
tensorflow.TF_SessionRun(tensorflow.TF_Session session,
tensorflow.TF_Buffer run_options,
tensorflow.TF_Output inputs,
PointerPointer input_values,
int ninputs,
tensorflow.TF_Output outputs,
PointerPointer output_values,
int noutputs,
PointerPointer target_opers,
int ntargets,
tensorflow.TF_Buffer run_metadata,
tensorflow.TF_Status arg11) |
static void |
tensorflow.TF_SessionRun(tensorflow.TF_Session session,
tensorflow.TF_Buffer run_options,
tensorflow.TF_Output inputs,
tensorflow.TF_Tensor input_values,
int ninputs,
tensorflow.TF_Output outputs,
tensorflow.TF_Tensor output_values,
int noutputs,
tensorflow.TF_Operation target_opers,
int ntargets,
tensorflow.TF_Buffer run_metadata,
tensorflow.TF_Status arg11) |