static void |
tensorflow.TF_DeleteTensor(tensorflow.TF_Tensor arg0) |
static long |
tensorflow.TF_Dim(tensorflow.TF_Tensor tensor,
int dim_index) |
static int |
tensorflow.TF_NumDims(tensorflow.TF_Tensor arg0) |
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,
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_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,
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_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_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_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,
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 long |
tensorflow.TF_TensorByteSize(tensorflow.TF_Tensor arg0) |
static Pointer |
tensorflow.TF_TensorData(tensorflow.TF_Tensor arg0) |
static tensorflow.TF_Tensor |
tensorflow.TF_TensorMaybeMove(tensorflow.TF_Tensor tensor) |
static tensorflow.Status |
tensorflow.TF_TensorToTensor(tensorflow.TF_Tensor src,
tensorflow.Tensor dst) |
static int |
tensorflow.TF_TensorType(tensorflow.TF_Tensor arg0) |
static byte |
tensorflow.TF_TryEvaluateConstant(tensorflow.TF_Graph graph,
tensorflow.TF_Output output,
tensorflow.TF_Tensor result,
tensorflow.TF_Status status) |