static void |
tensorflow.AddControlInput(tensorflow.TF_Graph graph,
tensorflow.TF_Operation op,
tensorflow.TF_Operation input) |
static BytePointer |
tensorflow.GetHandleShapeAndType(tensorflow.TF_Graph graph,
tensorflow.TF_Output output) |
tensorflow.TF_OperationDescription |
tensorflow.TF_OperationDescription.graph(tensorflow.TF_Graph graph) |
tensorflow.TF_Graph |
tensorflow.TF_Graph.parent(tensorflow.TF_Graph parent) |
static void |
tensorflow.RecordMutation(tensorflow.TF_Graph graph,
tensorflow.TF_Operation op,
BytePointer mutation_type) |
static void |
tensorflow.RecordMutation(tensorflow.TF_Graph graph,
tensorflow.TF_Operation op,
String mutation_type) |
static void |
tensorflow.RemoveAllControlInputs(tensorflow.TF_Graph graph,
tensorflow.TF_Operation op) |
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.SetHandleShapeAndType(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.SetRequestedDevice(tensorflow.TF_Graph graph,
tensorflow.TF_Operation op,
BytePointer device) |
static void |
tensorflow.SetRequestedDevice(tensorflow.TF_Graph graph,
tensorflow.TF_Operation op,
String device) |
static void |
tensorflow.SetRequireShapeInferenceFns(tensorflow.TF_Graph graph,
boolean require) |
static void |
tensorflow.TF_AddGradients(tensorflow.TF_Graph g,
tensorflow.TF_Output y,
int ny,
tensorflow.TF_Output x,
int nx,
tensorflow.TF_Output dx,
tensorflow.TF_Status status,
tensorflow.TF_Output dy) |
static void |
tensorflow.TF_AddGradientsWithPrefix(tensorflow.TF_Graph g,
BytePointer prefix,
tensorflow.TF_Output y,
int ny,
tensorflow.TF_Output x,
int nx,
tensorflow.TF_Output dx,
tensorflow.TF_Status status,
tensorflow.TF_Output dy) |
static void |
tensorflow.TF_AddGradientsWithPrefix(tensorflow.TF_Graph g,
String prefix,
tensorflow.TF_Output y,
int ny,
tensorflow.TF_Output x,
int nx,
tensorflow.TF_Output dx,
tensorflow.TF_Status status,
tensorflow.TF_Output dy) |
static void |
tensorflow.TF_DeleteGraph(tensorflow.TF_Graph arg0) |
static void |
tensorflow.TF_GraphCopyFunction(tensorflow.TF_Graph g,
tensorflow.TF_Function func,
tensorflow.TF_Function grad,
tensorflow.TF_Status status) |
static int |
tensorflow.TF_GraphGetFunctions(tensorflow.TF_Graph g,
PointerPointer funcs,
int max_func,
tensorflow.TF_Status status) |
static int |
tensorflow.TF_GraphGetFunctions(tensorflow.TF_Graph g,
tensorflow.TF_Function funcs,
int max_func,
tensorflow.TF_Status status) |
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 int |
tensorflow.TF_GraphGetTensorNumDims(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphGetTensorShape(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
long[] dims,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphGetTensorShape(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
LongBuffer dims,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphGetTensorShape(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
LongPointer dims,
int num_dims,
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 tensorflow.TF_Operation |
tensorflow.TF_GraphNextOperation(tensorflow.TF_Graph graph,
SizeTPointer pos) |
static int |
tensorflow.TF_GraphNumFunctions(tensorflow.TF_Graph g) |
static tensorflow.TF_Operation |
tensorflow.TF_GraphOperationByName(tensorflow.TF_Graph graph,
BytePointer oper_name) |
static tensorflow.TF_Operation |
tensorflow.TF_GraphOperationByName(tensorflow.TF_Graph graph,
String oper_name) |
static void |
tensorflow.TF_GraphSetOutputHandleShapesAndTypes(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
int num_shapes_and_types,
long[] shapes,
int[] ranks,
int[] types,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphSetOutputHandleShapesAndTypes(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
int num_shapes_and_types,
LongBuffer shapes,
IntBuffer ranks,
IntBuffer types,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphSetOutputHandleShapesAndTypes(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
int num_shapes_and_types,
LongPointer shapes,
IntPointer ranks,
IntPointer types,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphSetOutputHandleShapesAndTypes(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
int num_shapes_and_types,
PointerPointer shapes,
IntPointer ranks,
IntPointer types,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphSetTensorShape(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
long[] dims,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphSetTensorShape(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
LongBuffer dims,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphSetTensorShape(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
LongPointer dims,
int num_dims,
tensorflow.TF_Status status) |
static tensorflow.TF_Function |
tensorflow.TF_GraphToFunction(tensorflow.TF_Graph fn_body,
BytePointer fn_name,
byte append_hash_to_fn_name,
int num_opers,
PointerPointer opers,
int ninputs,
tensorflow.TF_Output inputs,
int noutputs,
tensorflow.TF_Output outputs,
PointerPointer output_names,
tensorflow.TF_FunctionOptions opts,
BytePointer description,
tensorflow.TF_Status status) |
static tensorflow.TF_Function |
tensorflow.TF_GraphToFunction(tensorflow.TF_Graph fn_body,
BytePointer fn_name,
byte append_hash_to_fn_name,
int num_opers,
tensorflow.TF_Operation opers,
int ninputs,
tensorflow.TF_Output inputs,
int noutputs,
tensorflow.TF_Output outputs,
byte[] output_names,
tensorflow.TF_FunctionOptions opts,
BytePointer description,
tensorflow.TF_Status status) |
static tensorflow.TF_Function |
tensorflow.TF_GraphToFunction(tensorflow.TF_Graph fn_body,
BytePointer fn_name,
byte append_hash_to_fn_name,
int num_opers,
tensorflow.TF_Operation opers,
int ninputs,
tensorflow.TF_Output inputs,
int noutputs,
tensorflow.TF_Output outputs,
ByteBuffer output_names,
tensorflow.TF_FunctionOptions opts,
BytePointer description,
tensorflow.TF_Status status) |
static tensorflow.TF_Function |
tensorflow.TF_GraphToFunction(tensorflow.TF_Graph fn_body,
BytePointer fn_name,
byte append_hash_to_fn_name,
int num_opers,
tensorflow.TF_Operation opers,
int ninputs,
tensorflow.TF_Output inputs,
int noutputs,
tensorflow.TF_Output outputs,
BytePointer output_names,
tensorflow.TF_FunctionOptions opts,
BytePointer description,
tensorflow.TF_Status status) |
static tensorflow.TF_Function |
tensorflow.TF_GraphToFunction(tensorflow.TF_Graph fn_body,
String fn_name,
byte append_hash_to_fn_name,
int num_opers,
tensorflow.TF_Operation opers,
int ninputs,
tensorflow.TF_Output inputs,
int noutputs,
tensorflow.TF_Output outputs,
byte[] output_names,
tensorflow.TF_FunctionOptions opts,
String description,
tensorflow.TF_Status status) |
static tensorflow.TF_Function |
tensorflow.TF_GraphToFunction(tensorflow.TF_Graph fn_body,
String fn_name,
byte append_hash_to_fn_name,
int num_opers,
tensorflow.TF_Operation opers,
int ninputs,
tensorflow.TF_Output inputs,
int noutputs,
tensorflow.TF_Output outputs,
ByteBuffer output_names,
tensorflow.TF_FunctionOptions opts,
String description,
tensorflow.TF_Status status) |
static tensorflow.TF_Function |
tensorflow.TF_GraphToFunction(tensorflow.TF_Graph fn_body,
String fn_name,
byte append_hash_to_fn_name,
int num_opers,
tensorflow.TF_Operation opers,
int ninputs,
tensorflow.TF_Output inputs,
int noutputs,
tensorflow.TF_Output outputs,
BytePointer output_names,
tensorflow.TF_FunctionOptions opts,
String description,
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_OperationDescription |
tensorflow.TF_NewOperation(tensorflow.TF_Graph graph,
BytePointer op_type,
BytePointer oper_name) |
static tensorflow.TF_OperationDescription |
tensorflow.TF_NewOperation(tensorflow.TF_Graph graph,
String op_type,
String oper_name) |
static tensorflow.TF_Session |
tensorflow.TF_NewSession(tensorflow.TF_Graph graph,
tensorflow.TF_SessionOptions opts,
tensorflow.TF_Status status) |
static tensorflow.TF_WhileParams |
tensorflow.TF_NewWhile(tensorflow.TF_Graph g,
tensorflow.TF_Output inputs,
int ninputs,
tensorflow.TF_Status status) |
static byte |
tensorflow.TF_TryEvaluateConstant(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
PointerPointer result,
tensorflow.TF_Status status) |
static byte |
tensorflow.TF_TryEvaluateConstant(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
tensorflow.TF_Tensor result,
tensorflow.TF_Status status) |
static void |
tensorflow.UpdateEdge(tensorflow.TF_Graph graph,
tensorflow.TF_Output new_src,
tensorflow.TF_Input dst,
tensorflow.TF_Status status) |