static tensorflow.Status |
tensorflow.MessageToBuffer(tensorflow.MessageLite in,
tensorflow.TF_Buffer out) |
tensorflow.TF_Library |
tensorflow.TF_Library.op_list(tensorflow.TF_Buffer op_list) |
static void |
tensorflow.SetAttr(tensorflow.TF_Graph graph,
tensorflow.TF_Operation op,
BytePointer attr_name,
tensorflow.TF_Buffer attr_value_proto,
tensorflow.TF_Status status) |
static void |
tensorflow.SetAttr(tensorflow.TF_Graph graph,
tensorflow.TF_Operation op,
String attr_name,
tensorflow.TF_Buffer attr_value_proto,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_DeleteBuffer(tensorflow.TF_Buffer arg0) |
static void |
tensorflow.TF_FunctionGetAttrValueProto(tensorflow.TF_Function func,
BytePointer attr_name,
tensorflow.TF_Buffer output_attr_value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_FunctionGetAttrValueProto(tensorflow.TF_Function func,
String attr_name,
tensorflow.TF_Buffer output_attr_value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_FunctionToFunctionDef(tensorflow.TF_Function func,
tensorflow.TF_Buffer output_func_def,
tensorflow.TF_Status status) |
static tensorflow.TF_Buffer |
tensorflow.TF_GetBuffer(tensorflow.TF_Buffer buffer) |
static void |
tensorflow.TF_GraphGetOpDef(tensorflow.TF_Graph graph,
BytePointer op_name,
tensorflow.TF_Buffer output_op_def,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphGetOpDef(tensorflow.TF_Graph graph,
String op_name,
tensorflow.TF_Buffer output_op_def,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphImportGraphDef(tensorflow.TF_Graph graph,
tensorflow.TF_Buffer graph_def,
tensorflow.TF_ImportGraphDefOptions options,
tensorflow.TF_Status status) |
static tensorflow.TF_ImportGraphDefResults |
tensorflow.TF_GraphImportGraphDefWithResults(tensorflow.TF_Graph graph,
tensorflow.TF_Buffer graph_def,
tensorflow.TF_ImportGraphDefOptions options,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphImportGraphDefWithReturnOutputs(tensorflow.TF_Graph graph,
tensorflow.TF_Buffer graph_def,
tensorflow.TF_ImportGraphDefOptions options,
tensorflow.TF_Output return_outputs,
int num_return_outputs,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphToGraphDef(tensorflow.TF_Graph graph,
tensorflow.TF_Buffer output_graph_def,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphVersions(tensorflow.TF_Graph graph,
tensorflow.TF_Buffer output_version_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,
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_ApiDefMap |
tensorflow.TF_NewApiDefMap(tensorflow.TF_Buffer op_list_buffer,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensorShapeProto(tensorflow.TF_Operation oper,
BytePointer attr_name,
tensorflow.TF_Buffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensorShapeProto(tensorflow.TF_Operation oper,
String attr_name,
tensorflow.TF_Buffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensorShapeProtoList(tensorflow.TF_Operation oper,
BytePointer attr_name,
tensorflow.TF_Buffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensorShapeProtoList(tensorflow.TF_Operation oper,
String attr_name,
tensorflow.TF_Buffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrValueProto(tensorflow.TF_Operation oper,
BytePointer attr_name,
tensorflow.TF_Buffer output_attr_value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrValueProto(tensorflow.TF_Operation oper,
String attr_name,
tensorflow.TF_Buffer output_attr_value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationToNodeDef(tensorflow.TF_Operation oper,
tensorflow.TF_Buffer output_node_def,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_Run(tensorflow.TF_DeprecatedSession arg0,
tensorflow.TF_Buffer run_options,
byte[] input_names,
tensorflow.TF_Tensor inputs,
int ninputs,
byte[] output_names,
tensorflow.TF_Tensor outputs,
int noutputs,
byte[] target_oper_names,
int ntargets,
tensorflow.TF_Buffer run_metadata,
tensorflow.TF_Status arg11) |
static void |
tensorflow.TF_Run(tensorflow.TF_DeprecatedSession arg0,
tensorflow.TF_Buffer run_options,
ByteBuffer input_names,
tensorflow.TF_Tensor inputs,
int ninputs,
ByteBuffer output_names,
tensorflow.TF_Tensor outputs,
int noutputs,
ByteBuffer target_oper_names,
int ntargets,
tensorflow.TF_Buffer run_metadata,
tensorflow.TF_Status arg11) |
static void |
tensorflow.TF_Run(tensorflow.TF_DeprecatedSession arg0,
tensorflow.TF_Buffer run_options,
BytePointer input_names,
tensorflow.TF_Tensor inputs,
int ninputs,
BytePointer output_names,
tensorflow.TF_Tensor outputs,
int noutputs,
BytePointer target_oper_names,
int ntargets,
tensorflow.TF_Buffer run_metadata,
tensorflow.TF_Status arg11) |
static void |
tensorflow.TF_Run(tensorflow.TF_DeprecatedSession arg0,
tensorflow.TF_Buffer run_options,
PointerPointer input_names,
PointerPointer inputs,
int ninputs,
PointerPointer output_names,
PointerPointer outputs,
int noutputs,
PointerPointer target_oper_names,
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,
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) |