static void |
tensorflow.TF_DeleteSessionOptions(tensorflow.TF_SessionOptions arg0) |
static tensorflow.TF_Session |
tensorflow.TF_LoadSessionFromSavedModel(tensorflow.TF_SessionOptions session_options,
tensorflow.TF_Buffer run_options,
BytePointer export_dir,
byte[] tags,
int tags_len,
tensorflow.TF_Graph graph,
tensorflow.TF_Buffer meta_graph_def,
tensorflow.TF_Status status) |
static tensorflow.TF_Session |
tensorflow.TF_LoadSessionFromSavedModel(tensorflow.TF_SessionOptions session_options,
tensorflow.TF_Buffer run_options,
BytePointer export_dir,
ByteBuffer tags,
int tags_len,
tensorflow.TF_Graph graph,
tensorflow.TF_Buffer meta_graph_def,
tensorflow.TF_Status status) |
static tensorflow.TF_Session |
tensorflow.TF_LoadSessionFromSavedModel(tensorflow.TF_SessionOptions session_options,
tensorflow.TF_Buffer run_options,
BytePointer export_dir,
BytePointer tags,
int tags_len,
tensorflow.TF_Graph graph,
tensorflow.TF_Buffer meta_graph_def,
tensorflow.TF_Status status) |
static tensorflow.TF_Session |
tensorflow.TF_LoadSessionFromSavedModel(tensorflow.TF_SessionOptions session_options,
tensorflow.TF_Buffer run_options,
BytePointer export_dir,
PointerPointer tags,
int tags_len,
tensorflow.TF_Graph graph,
tensorflow.TF_Buffer meta_graph_def,
tensorflow.TF_Status status) |
static tensorflow.TF_Session |
tensorflow.TF_LoadSessionFromSavedModel(tensorflow.TF_SessionOptions session_options,
tensorflow.TF_Buffer run_options,
String export_dir,
byte[] tags,
int tags_len,
tensorflow.TF_Graph graph,
tensorflow.TF_Buffer meta_graph_def,
tensorflow.TF_Status status) |
static tensorflow.TF_Session |
tensorflow.TF_LoadSessionFromSavedModel(tensorflow.TF_SessionOptions session_options,
tensorflow.TF_Buffer run_options,
String export_dir,
ByteBuffer tags,
int tags_len,
tensorflow.TF_Graph graph,
tensorflow.TF_Buffer meta_graph_def,
tensorflow.TF_Status status) |
static tensorflow.TF_Session |
tensorflow.TF_LoadSessionFromSavedModel(tensorflow.TF_SessionOptions session_options,
tensorflow.TF_Buffer run_options,
String export_dir,
BytePointer tags,
int tags_len,
tensorflow.TF_Graph graph,
tensorflow.TF_Buffer meta_graph_def,
tensorflow.TF_Status status) |
static tensorflow.TF_DeprecatedSession |
tensorflow.TF_NewDeprecatedSession(tensorflow.TF_SessionOptions arg0,
tensorflow.TF_Status status) |
static tensorflow.TF_Session |
tensorflow.TF_NewSession(tensorflow.TF_Graph graph,
tensorflow.TF_SessionOptions opts,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_Reset(tensorflow.TF_SessionOptions opt,
byte[] containers,
int ncontainers,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_Reset(tensorflow.TF_SessionOptions opt,
ByteBuffer containers,
int ncontainers,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_Reset(tensorflow.TF_SessionOptions opt,
BytePointer containers,
int ncontainers,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_Reset(tensorflow.TF_SessionOptions opt,
PointerPointer containers,
int ncontainers,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetConfig(tensorflow.TF_SessionOptions options,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetTarget(tensorflow.TF_SessionOptions options,
BytePointer target) |
static void |
tensorflow.TF_SetTarget(tensorflow.TF_SessionOptions options,
String target) |