static void |
tensorflow.ExtendSession(tensorflow.TF_Session session,
tensorflow.TF_Status status) |
static boolean |
tensorflow.ExtendSessionGraphHelper(tensorflow.TF_Session session,
tensorflow.TF_Status status) |
void |
tensorflow.CheckpointReader.GetTensor(BytePointer name,
tensorflow.Tensor out_tensor,
tensorflow.TF_Status out_status) |
void |
tensorflow.CheckpointReader.GetTensor(String name,
tensorflow.Tensor out_tensor,
tensorflow.TF_Status out_status) |
static void |
tensorflow.Set_TF_Status_from_Status(tensorflow.TF_Status tf_status,
tensorflow.Status status) |
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 tensorflow.Status |
tensorflow.StatusFromTF_Status(tensorflow.TF_Status tf_status) |
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 tensorflow.TF_Buffer |
tensorflow.TF_ApiDefMapGet(tensorflow.TF_ApiDefMap api_def_map,
BytePointer name,
long name_len,
tensorflow.TF_Status status) |
static tensorflow.TF_Buffer |
tensorflow.TF_ApiDefMapGet(tensorflow.TF_ApiDefMap api_def_map,
String name,
long name_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_ApiDefMapPut(tensorflow.TF_ApiDefMap api_def_map,
BytePointer text,
long text_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_ApiDefMapPut(tensorflow.TF_ApiDefMap api_def_map,
String text,
long text_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_CloseDeprecatedSession(tensorflow.TF_DeprecatedSession arg0,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_CloseSession(tensorflow.TF_Session arg0,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_DeleteDeprecatedSession(tensorflow.TF_DeprecatedSession arg0,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_DeleteSession(tensorflow.TF_Session arg0,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_DeleteStatus(tensorflow.TF_Status arg0) |
static tensorflow.TF_DeviceList |
tensorflow.TF_DeprecatedSessionListDevices(tensorflow.TF_DeprecatedSession session,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_DeviceListIncarnation(tensorflow.TF_DeviceList list,
int index,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_DeviceListMemoryBytes(tensorflow.TF_DeviceList list,
int index,
tensorflow.TF_Status status) |
static BytePointer |
tensorflow.TF_DeviceListName(tensorflow.TF_DeviceList list,
int index,
tensorflow.TF_Status status) |
static BytePointer |
tensorflow.TF_DeviceListType(tensorflow.TF_DeviceList list,
int index,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_ExtendGraph(tensorflow.TF_DeprecatedSession arg0,
Pointer proto,
long proto_len,
tensorflow.TF_Status arg3) |
static tensorflow.TF_Operation |
tensorflow.TF_FinishOperation(tensorflow.TF_OperationDescription desc,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_FinishWhile(tensorflow.TF_WhileParams params,
tensorflow.TF_Status status,
tensorflow.TF_Output outputs) |
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 tensorflow.TF_Function |
tensorflow.TF_FunctionImportFunctionDef(Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_FunctionSetAttrValueProto(tensorflow.TF_Function func,
BytePointer attr_name,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_FunctionSetAttrValueProto(tensorflow.TF_Function func,
String attr_name,
Pointer proto,
long proto_len,
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_GetAllRegisteredKernels(tensorflow.TF_Status status) |
static int |
tensorflow.TF_GetCode(tensorflow.TF_Status s) |
static tensorflow.TF_Buffer |
tensorflow.TF_GetRegisteredKernelsForOp(BytePointer name,
tensorflow.TF_Status status) |
static tensorflow.TF_Buffer |
tensorflow.TF_GetRegisteredKernelsForOp(String name,
tensorflow.TF_Status status) |
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 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_Library |
tensorflow.TF_LoadLibrary(BytePointer library_filename,
tensorflow.TF_Status status) |
static tensorflow.TF_Library |
tensorflow.TF_LoadLibrary(String library_filename,
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 BytePointer |
tensorflow.TF_Message(tensorflow.TF_Status s) |
static tensorflow.TF_ApiDefMap |
tensorflow.TF_NewApiDefMap(tensorflow.TF_Buffer op_list_buffer,
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 tensorflow.TF_WhileParams |
tensorflow.TF_NewWhile(tensorflow.TF_Graph g,
tensorflow.TF_Output inputs,
int ninputs,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBool(tensorflow.TF_Operation oper,
BytePointer attr_name,
byte[] value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBool(tensorflow.TF_Operation oper,
BytePointer attr_name,
ByteBuffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBool(tensorflow.TF_Operation oper,
BytePointer attr_name,
BytePointer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBool(tensorflow.TF_Operation oper,
String attr_name,
byte[] value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBool(tensorflow.TF_Operation oper,
String attr_name,
ByteBuffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBool(tensorflow.TF_Operation oper,
String attr_name,
BytePointer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBoolList(tensorflow.TF_Operation oper,
BytePointer attr_name,
byte[] values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBoolList(tensorflow.TF_Operation oper,
BytePointer attr_name,
ByteBuffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBoolList(tensorflow.TF_Operation oper,
BytePointer attr_name,
BytePointer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBoolList(tensorflow.TF_Operation oper,
String attr_name,
byte[] values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBoolList(tensorflow.TF_Operation oper,
String attr_name,
ByteBuffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrBoolList(tensorflow.TF_Operation oper,
String attr_name,
BytePointer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloat(tensorflow.TF_Operation oper,
BytePointer attr_name,
float[] value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloat(tensorflow.TF_Operation oper,
BytePointer attr_name,
FloatBuffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloat(tensorflow.TF_Operation oper,
BytePointer attr_name,
FloatPointer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloat(tensorflow.TF_Operation oper,
String attr_name,
float[] value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloat(tensorflow.TF_Operation oper,
String attr_name,
FloatBuffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloat(tensorflow.TF_Operation oper,
String attr_name,
FloatPointer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloatList(tensorflow.TF_Operation oper,
BytePointer attr_name,
float[] values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloatList(tensorflow.TF_Operation oper,
BytePointer attr_name,
FloatBuffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloatList(tensorflow.TF_Operation oper,
BytePointer attr_name,
FloatPointer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloatList(tensorflow.TF_Operation oper,
String attr_name,
float[] values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloatList(tensorflow.TF_Operation oper,
String attr_name,
FloatBuffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrFloatList(tensorflow.TF_Operation oper,
String attr_name,
FloatPointer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrInt(tensorflow.TF_Operation oper,
BytePointer attr_name,
long[] value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrInt(tensorflow.TF_Operation oper,
BytePointer attr_name,
LongBuffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrInt(tensorflow.TF_Operation oper,
BytePointer attr_name,
LongPointer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrInt(tensorflow.TF_Operation oper,
String attr_name,
long[] value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrInt(tensorflow.TF_Operation oper,
String attr_name,
LongBuffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrInt(tensorflow.TF_Operation oper,
String attr_name,
LongPointer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrIntList(tensorflow.TF_Operation oper,
BytePointer attr_name,
long[] values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrIntList(tensorflow.TF_Operation oper,
BytePointer attr_name,
LongBuffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrIntList(tensorflow.TF_Operation oper,
BytePointer attr_name,
LongPointer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrIntList(tensorflow.TF_Operation oper,
String attr_name,
long[] values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrIntList(tensorflow.TF_Operation oper,
String attr_name,
LongBuffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrIntList(tensorflow.TF_Operation oper,
String attr_name,
LongPointer values,
int max_values,
tensorflow.TF_Status status) |
static tensorflow.TF_AttrMetadata |
tensorflow.TF_OperationGetAttrMetadata(tensorflow.TF_Operation oper,
BytePointer attr_name,
tensorflow.TF_Status status) |
static tensorflow.TF_AttrMetadata |
tensorflow.TF_OperationGetAttrMetadata(tensorflow.TF_Operation oper,
String attr_name,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShape(tensorflow.TF_Operation oper,
BytePointer attr_name,
long[] value,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShape(tensorflow.TF_Operation oper,
BytePointer attr_name,
LongBuffer value,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShape(tensorflow.TF_Operation oper,
BytePointer attr_name,
LongPointer value,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShape(tensorflow.TF_Operation oper,
String attr_name,
long[] value,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShape(tensorflow.TF_Operation oper,
String attr_name,
LongBuffer value,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShape(tensorflow.TF_Operation oper,
String attr_name,
LongPointer value,
int num_dims,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShapeList(tensorflow.TF_Operation oper,
BytePointer attr_name,
long[] dims,
int[] num_dims,
int num_shapes,
long[] storage,
int storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShapeList(tensorflow.TF_Operation oper,
BytePointer attr_name,
LongBuffer dims,
IntBuffer num_dims,
int num_shapes,
LongBuffer storage,
int storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShapeList(tensorflow.TF_Operation oper,
BytePointer attr_name,
LongPointer dims,
IntPointer num_dims,
int num_shapes,
LongPointer storage,
int storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShapeList(tensorflow.TF_Operation oper,
BytePointer attr_name,
PointerPointer dims,
IntPointer num_dims,
int num_shapes,
LongPointer storage,
int storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShapeList(tensorflow.TF_Operation oper,
String attr_name,
long[] dims,
int[] num_dims,
int num_shapes,
long[] storage,
int storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShapeList(tensorflow.TF_Operation oper,
String attr_name,
LongBuffer dims,
IntBuffer num_dims,
int num_shapes,
LongBuffer storage,
int storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrShapeList(tensorflow.TF_Operation oper,
String attr_name,
LongPointer dims,
IntPointer num_dims,
int num_shapes,
LongPointer storage,
int storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrString(tensorflow.TF_Operation oper,
BytePointer attr_name,
Pointer value,
long max_length,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrString(tensorflow.TF_Operation oper,
String attr_name,
Pointer value,
long max_length,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrStringList(tensorflow.TF_Operation oper,
BytePointer attr_name,
PointerPointer values,
SizeTPointer lengths,
int max_values,
Pointer storage,
long storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrStringList(tensorflow.TF_Operation oper,
BytePointer attr_name,
Pointer values,
SizeTPointer lengths,
int max_values,
Pointer storage,
long storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrStringList(tensorflow.TF_Operation oper,
String attr_name,
Pointer values,
SizeTPointer lengths,
int max_values,
Pointer storage,
long storage_size,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensor(tensorflow.TF_Operation oper,
BytePointer attr_name,
PointerPointer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensor(tensorflow.TF_Operation oper,
BytePointer attr_name,
tensorflow.TF_Tensor value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensor(tensorflow.TF_Operation oper,
String attr_name,
tensorflow.TF_Tensor value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensorList(tensorflow.TF_Operation oper,
BytePointer attr_name,
PointerPointer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensorList(tensorflow.TF_Operation oper,
BytePointer attr_name,
tensorflow.TF_Tensor values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTensorList(tensorflow.TF_Operation oper,
String attr_name,
tensorflow.TF_Tensor values,
int max_values,
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,
PointerPointer values,
int max_values,
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_OperationGetAttrType(tensorflow.TF_Operation oper,
BytePointer attr_name,
int[] value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrType(tensorflow.TF_Operation oper,
BytePointer attr_name,
IntBuffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrType(tensorflow.TF_Operation oper,
BytePointer attr_name,
IntPointer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrType(tensorflow.TF_Operation oper,
String attr_name,
int[] value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrType(tensorflow.TF_Operation oper,
String attr_name,
IntBuffer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrType(tensorflow.TF_Operation oper,
String attr_name,
IntPointer value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTypeList(tensorflow.TF_Operation oper,
BytePointer attr_name,
int[] values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTypeList(tensorflow.TF_Operation oper,
BytePointer attr_name,
IntBuffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTypeList(tensorflow.TF_Operation oper,
BytePointer attr_name,
IntPointer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTypeList(tensorflow.TF_Operation oper,
String attr_name,
int[] values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTypeList(tensorflow.TF_Operation oper,
String attr_name,
IntBuffer values,
int max_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_OperationGetAttrTypeList(tensorflow.TF_Operation oper,
String attr_name,
IntPointer 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 int |
tensorflow.TF_OperationInputListLength(tensorflow.TF_Operation oper,
BytePointer arg_name,
tensorflow.TF_Status status) |
static int |
tensorflow.TF_OperationInputListLength(tensorflow.TF_Operation oper,
String arg_name,
tensorflow.TF_Status status) |
static int |
tensorflow.TF_OperationOutputListLength(tensorflow.TF_Operation oper,
BytePointer arg_name,
tensorflow.TF_Status status) |
static int |
tensorflow.TF_OperationOutputListLength(tensorflow.TF_Operation oper,
String arg_name,
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_PRun(tensorflow.TF_DeprecatedSession arg0,
BytePointer handle,
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_Status arg10) |
static void |
tensorflow.TF_PRun(tensorflow.TF_DeprecatedSession arg0,
BytePointer handle,
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_Status arg10) |
static void |
tensorflow.TF_PRun(tensorflow.TF_DeprecatedSession arg0,
BytePointer handle,
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_Status arg10) |
static void |
tensorflow.TF_PRun(tensorflow.TF_DeprecatedSession arg0,
BytePointer handle,
PointerPointer input_names,
PointerPointer inputs,
int ninputs,
PointerPointer output_names,
PointerPointer outputs,
int noutputs,
PointerPointer target_oper_names,
int ntargets,
tensorflow.TF_Status arg10) |
static void |
tensorflow.TF_PRun(tensorflow.TF_DeprecatedSession arg0,
String handle,
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_Status arg10) |
static void |
tensorflow.TF_PRun(tensorflow.TF_DeprecatedSession arg0,
String handle,
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_Status arg10) |
static void |
tensorflow.TF_PRun(tensorflow.TF_DeprecatedSession arg0,
String handle,
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_Status arg10) |
static void |
tensorflow.TF_PRunSetup(tensorflow.TF_DeprecatedSession arg0,
byte[] input_names,
int ninputs,
byte[] output_names,
int noutputs,
byte[] target_oper_names,
int ntargets,
byte[] handle,
tensorflow.TF_Status arg8) |
static void |
tensorflow.TF_PRunSetup(tensorflow.TF_DeprecatedSession arg0,
ByteBuffer input_names,
int ninputs,
ByteBuffer output_names,
int noutputs,
ByteBuffer target_oper_names,
int ntargets,
ByteBuffer handle,
tensorflow.TF_Status arg8) |
static void |
tensorflow.TF_PRunSetup(tensorflow.TF_DeprecatedSession arg0,
BytePointer input_names,
int ninputs,
BytePointer output_names,
int noutputs,
BytePointer target_oper_names,
int ntargets,
BytePointer handle,
tensorflow.TF_Status arg8) |
static void |
tensorflow.TF_PRunSetup(tensorflow.TF_DeprecatedSession arg0,
PointerPointer input_names,
int ninputs,
PointerPointer output_names,
int noutputs,
PointerPointer target_oper_names,
int ntargets,
PointerPointer handle,
tensorflow.TF_Status arg8) |
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_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 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) |
static void |
tensorflow.TF_SetAttrTensor(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
tensorflow.TF_Tensor value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensor(tensorflow.TF_OperationDescription desc,
String attr_name,
tensorflow.TF_Tensor value,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
PointerPointer values,
int num_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
tensorflow.TF_Tensor values,
int num_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorList(tensorflow.TF_OperationDescription desc,
String attr_name,
tensorflow.TF_Tensor values,
int num_values,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProto(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProto(tensorflow.TF_OperationDescription desc,
String attr_name,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProtoList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
PointerPointer protos,
SizeTPointer proto_lens,
int num_shapes,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProtoList(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
Pointer protos,
SizeTPointer proto_lens,
int num_shapes,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrTensorShapeProtoList(tensorflow.TF_OperationDescription desc,
String attr_name,
Pointer protos,
SizeTPointer proto_lens,
int num_shapes,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrValueProto(tensorflow.TF_OperationDescription desc,
BytePointer attr_name,
Pointer proto,
long proto_len,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_SetAttrValueProto(tensorflow.TF_OperationDescription desc,
String attr_name,
Pointer proto,
long proto_len,
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_SetStatus(tensorflow.TF_Status s,
int code,
BytePointer msg) |
static void |
tensorflow.TF_SetStatus(tensorflow.TF_Status s,
int code,
String msg) |
static long |
tensorflow.TF_StringDecode(BytePointer src,
long src_len,
byte[] dst,
SizeTPointer dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringDecode(BytePointer src,
long src_len,
ByteBuffer dst,
SizeTPointer dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringDecode(BytePointer src,
long src_len,
BytePointer dst,
SizeTPointer dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringDecode(BytePointer src,
long src_len,
PointerPointer dst,
SizeTPointer dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringDecode(String src,
long src_len,
byte[] dst,
SizeTPointer dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringDecode(String src,
long src_len,
ByteBuffer dst,
SizeTPointer dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringDecode(String src,
long src_len,
BytePointer dst,
SizeTPointer dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringEncode(BytePointer src,
long src_len,
byte[] dst,
long dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringEncode(BytePointer src,
long src_len,
ByteBuffer dst,
long dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringEncode(BytePointer src,
long src_len,
BytePointer dst,
long dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringEncode(String src,
long src_len,
byte[] dst,
long dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringEncode(String src,
long src_len,
ByteBuffer dst,
long dst_len,
tensorflow.TF_Status status) |
static long |
tensorflow.TF_StringEncode(String src,
long src_len,
BytePointer dst,
long dst_len,
tensorflow.TF_Status status) |
static tensorflow.TF_Tensor |
tensorflow.TF_TensorFromTensor(tensorflow.Tensor src,
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) |