tensorflow

public class tensorflow

Constants

int TFE_DEVICE_PLACEMENT_EXPLICIT enum TFE_ContextDevicePlacementPolicy
int TFE_DEVICE_PLACEMENT_SILENT enum TFE_ContextDevicePlacementPolicy
int TFE_DEVICE_PLACEMENT_SILENT_FOR_INT32 enum TFE_ContextDevicePlacementPolicy
int TFE_DEVICE_PLACEMENT_WARN enum TFE_ContextDevicePlacementPolicy
int TF_ABORTED enum TF_Code
int TF_ALREADY_EXISTS enum TF_Code
int TF_ATTR_BOOL enum TF_AttrType
int TF_ATTR_FLOAT enum TF_AttrType
int TF_ATTR_FUNC enum TF_AttrType
int TF_ATTR_INT enum TF_AttrType
int TF_ATTR_PLACEHOLDER enum TF_AttrType
int TF_ATTR_SHAPE enum TF_AttrType
int TF_ATTR_STRING enum TF_AttrType
int TF_ATTR_TENSOR enum TF_AttrType
int TF_ATTR_TYPE enum TF_AttrType
int TF_BFLOAT16 enum TF_DataType
int TF_BOOL enum TF_DataType
int TF_CANCELLED enum TF_Code
int TF_COMPLEX enum TF_DataType
int TF_COMPLEX128 enum TF_DataType
int TF_COMPLEX64 enum TF_DataType
int TF_DATA_LOSS enum TF_Code
int TF_DEADLINE_EXCEEDED enum TF_Code
int TF_DOUBLE enum TF_DataType
int TF_FAILED_PRECONDITION enum TF_Code
int TF_FLOAT enum TF_DataType
int TF_HALF enum TF_DataType
int TF_INT16 enum TF_DataType
int TF_INT32 enum TF_DataType
int TF_INT64 enum TF_DataType
int TF_INT8 enum TF_DataType
int TF_INTERNAL enum TF_Code
int TF_INVALID_ARGUMENT enum TF_Code
int TF_NOT_FOUND enum TF_Code
int TF_OK enum TF_Code
int TF_OUT_OF_RANGE enum TF_Code
int TF_PERMISSION_DENIED enum TF_Code
int TF_QINT16 enum TF_DataType
int TF_QINT32 enum TF_DataType
int TF_QINT8 enum TF_DataType
int TF_QUINT16 enum TF_DataType
int TF_QUINT8 enum TF_DataType
int TF_RESOURCE enum TF_DataType
int TF_RESOURCE_EXHAUSTED enum TF_Code
int TF_STRING enum TF_DataType
int TF_TSTRING_LITTLE_ENDIAN
int TF_TSTR_LARGE enum TF_TString_Type
int TF_TSTR_OFFSET enum TF_TString_Type
int TF_TSTR_SMALL enum TF_TString_Type
int TF_TSTR_TYPE_MASK enum TF_TString_Type
int TF_TSTR_VIEW enum TF_TString_Type
int TF_UINT16 enum TF_DataType
int TF_UINT32 enum TF_DataType
int TF_UINT64 enum TF_DataType
int TF_UINT8 enum TF_DataType
int TF_UNAUTHENTICATED enum TF_Code
int TF_UNAVAILABLE enum TF_Code
int TF_UNIMPLEMENTED enum TF_Code
int TF_UNKNOWN enum TF_Code
int TF_VARIANT enum TF_DataType

Fields

public static final int TF_ALLOCATOR_ATTRIBUTES_STRUCT_SIZE
public static final int TF_TString_SmallCapacity

Public Constructors

Public Methods

static boolean
static boolean
static boolean
static boolean
static boolean
static boolean
static void
static void
TFE_ContextAddFunctionDef(TFE_Context ctx, BytePointer serialized_function_def, long size, TF_Status status)
static void
static void
static void
static void
static void
static int
static byte
TFE_ContextHasFunction(TFE_Context ctx, BytePointer name)
static TF_DeviceList
static void
static void
TFE_ContextOptionsSetConfig(TFE_ContextOptions options, Pointer proto, long proto_len, TF_Status status)
static void
static void
TFE_ContextRemoveFunction(TFE_Context ctx, BytePointer name, TF_Status status)
static void
TFE_ContextSetServerDef(TFE_Context ctx, int keep_alive_secs, Pointer proto, long proto_len, TF_Status status)
static void
static void
static void
static void
static void
static void
static void
static void
TFE_Execute(TFE_Op op, PointerPointer retvals, IntPointer num_retvals, TF_Status status)
static void
TFE_Execute(TFE_Op op, TFE_TensorHandle retvals, IntPointer num_retvals, TF_Status status)
static TFE_Context
static TFE_ContextOptions
static TFE_Op
TFE_NewOp(TFE_Context ctx, BytePointer op_or_function_name, TF_Status status)
static TFE_TensorHandle
static void
static void
TFE_OpAddInputList(TFE_Op op, PointerPointer inputs, int num_inputs, TF_Status status)
static int
TFE_OpGetAttrType(TFE_Op op, BytePointer attr_name, ByteBuffer is_list, TF_Status status)
static int
TFE_OpGetAttrType(TFE_Op op, BytePointer attr_name, BytePointer is_list, TF_Status status)
static int
TFE_OpGetAttrType(TFE_Op op, String attr_name, BytePointer is_list, TF_Status status)
static int
TFE_OpGetAttrType(TFE_Op op, BytePointer attr_name, byte[] is_list, TF_Status status)
static TFE_Context
static BytePointer
static TFE_TensorHandle
TFE_OpGetFlatInput(TFE_Op op, int index, TF_Status status)
static int
static int
TFE_OpGetInputLength(TFE_Op op, BytePointer input_name, TF_Status status)
static BytePointer
static int
TFE_OpGetOutputLength(TFE_Op op, BytePointer output_name, TF_Status status)
static int
TFE_OpNameGetAttrType(TFE_Context ctx, BytePointer op_or_function_name, BytePointer attr_name, ByteBuffer is_list, TF_Status status)
static int
TFE_OpNameGetAttrType(TFE_Context ctx, String op_or_function_name, String attr_name, BytePointer is_list, TF_Status status)
static int
TFE_OpNameGetAttrType(TFE_Context ctx, BytePointer op_or_function_name, BytePointer attr_name, BytePointer is_list, TF_Status status)
static int
TFE_OpNameGetAttrType(TFE_Context ctx, BytePointer op_or_function_name, BytePointer attr_name, byte[] is_list, TF_Status status)
static void
TFE_OpSetAttrBool(TFE_Op op, BytePointer attr_name, byte value)
static void
TFE_OpSetAttrBoolList(TFE_Op op, String attr_name, BytePointer values, int num_values)
static void
TFE_OpSetAttrBoolList(TFE_Op op, BytePointer attr_name, byte[] values, int num_values)
static void
TFE_OpSetAttrBoolList(TFE_Op op, BytePointer attr_name, ByteBuffer values, int num_values)
static void
TFE_OpSetAttrBoolList(TFE_Op op, BytePointer attr_name, BytePointer values, int num_values)
static void
TFE_OpSetAttrFloat(TFE_Op op, BytePointer attr_name, float value)
static void
TFE_OpSetAttrFloatList(TFE_Op op, String attr_name, FloatPointer values, int num_values)
static void
TFE_OpSetAttrFloatList(TFE_Op op, BytePointer attr_name, float[] values, int num_values)
static void
TFE_OpSetAttrFloatList(TFE_Op op, BytePointer attr_name, FloatBuffer values, int num_values)
static void
TFE_OpSetAttrFloatList(TFE_Op op, BytePointer attr_name, FloatPointer values, int num_values)
static void
TFE_OpSetAttrFunction(TFE_Op op, BytePointer attr_name, TFE_Op value)
static void
TFE_OpSetAttrFunctionList(TFE_Op op, BytePointer attr_name, TFE_Op value, int num_values)
static void
TFE_OpSetAttrFunctionList(TFE_Op op, BytePointer attr_name, PointerPointer value, int num_values)
static void
TFE_OpSetAttrFunctionName(TFE_Op op, BytePointer attr_name, BytePointer data, long length)
static void
TFE_OpSetAttrInt(TFE_Op op, BytePointer attr_name, long value)
static void
TFE_OpSetAttrIntList(TFE_Op op, String attr_name, LongPointer values, int num_values)
static void
TFE_OpSetAttrIntList(TFE_Op op, BytePointer attr_name, LongPointer values, int num_values)
static void
TFE_OpSetAttrIntList(TFE_Op op, BytePointer attr_name, long[] values, int num_values)
static void
TFE_OpSetAttrIntList(TFE_Op op, BytePointer attr_name, LongBuffer values, int num_values)
static void
TFE_OpSetAttrShape(TFE_Op op, BytePointer attr_name, LongPointer dims, int num_dims, TF_Status out_status)
static void
TFE_OpSetAttrShape(TFE_Op op, String attr_name, LongPointer dims, int num_dims, TF_Status out_status)
static void
TFE_OpSetAttrShape(TFE_Op op, BytePointer attr_name, long[] dims, int num_dims, TF_Status out_status)
static void
TFE_OpSetAttrShape(TFE_Op op, BytePointer attr_name, LongBuffer dims, int num_dims, TF_Status out_status)
static void
TFE_OpSetAttrShapeList(TFE_Op op, BytePointer attr_name, LongPointer dims, IntPointer num_dims, int num_values, TF_Status out_status)
static void
TFE_OpSetAttrShapeList(TFE_Op op, BytePointer attr_name, PointerPointer dims, IntPointer num_dims, int num_values, TF_Status out_status)
static void
TFE_OpSetAttrShapeList(TFE_Op op, BytePointer attr_name, long[] dims, int[] num_dims, int num_values, TF_Status out_status)
static void
TFE_OpSetAttrShapeList(TFE_Op op, BytePointer attr_name, LongBuffer dims, IntBuffer num_dims, int num_values, TF_Status out_status)
static void
TFE_OpSetAttrShapeList(TFE_Op op, String attr_name, LongPointer dims, IntPointer num_dims, int num_values, TF_Status out_status)
static void
TFE_OpSetAttrString(TFE_Op op, BytePointer attr_name, Pointer value, long length)
static void
TFE_OpSetAttrString(TFE_Op op, String attr_name, Pointer value, long length)
static void
TFE_OpSetAttrStringList(TFE_Op op, BytePointer attr_name, PointerPointer values, SizeTPointer lengths, int num_values)
static void
TFE_OpSetAttrStringList(TFE_Op op, String attr_name, Pointer values, SizeTPointer lengths, int num_values)
static void
TFE_OpSetAttrStringList(TFE_Op op, BytePointer attr_name, Pointer values, SizeTPointer lengths, int num_values)
static void
TFE_OpSetAttrTensor(TFE_Op op, BytePointer attr_name, TF_Tensor tensor, TF_Status status)
static void
TFE_OpSetAttrType(TFE_Op op, BytePointer attr_name, int value)
static void
TFE_OpSetAttrTypeList(TFE_Op op, BytePointer attr_name, IntPointer values, int num_values)
static void
TFE_OpSetAttrTypeList(TFE_Op op, BytePointer attr_name, IntBuffer values, int num_values)
static void
TFE_OpSetAttrTypeList(TFE_Op op, String attr_name, IntPointer values, int num_values)
static void
TFE_OpSetAttrTypeList(TFE_Op op, BytePointer attr_name, int[] values, int num_values)
static void
TFE_OpSetDevice(TFE_Op op, BytePointer device_name, TF_Status status)
static long
static int
static BytePointer
static TFE_TensorHandle
static TFE_TensorHandle
TFE_TensorHandleCopyToDevice(TFE_TensorHandle h, TFE_Context ctx, BytePointer device_name, TF_Status status)
static int
static BytePointer
static long
TFE_TensorHandleDim(TFE_TensorHandle h, int dim_index, TF_Status status)
static int
static long
static TF_Tensor
static TFE_TensorDebugInfo
static int
static void
static void
static void
TF_AddGradients(TF_Graph g, TF_Output y, int ny, TF_Output x, int nx, TF_Output dx, TF_Status status, TF_Output dy)
static void
TF_AddGradientsWithPrefix(TF_Graph g, BytePointer prefix, TF_Output y, int ny, TF_Output x, int nx, TF_Output dx, TF_Status status, TF_Output dy)
static void
static void
TF_AddInputList(TF_OperationDescription desc, TF_Output inputs, int num_inputs)
static TF_Tensor
TF_AllocateOutput(TF_OpKernelContext context, int index, int dtype, LongPointer dims, int num_dims, long len, TF_Status status)
static TF_Tensor
TF_AllocateTemp(TF_OpKernelContext context, int dtype, LongPointer dims, int num_dims, TF_AllocatorAttributes alloc_attrs, TF_Status status)
static TF_Tensor
TF_AllocateTensor(int arg0, LongPointer dims, int num_dims, long len)
static TF_Buffer
TF_ApiDefMapGet(TF_ApiDefMap api_def_map, BytePointer name, long name_len, TF_Status status)
static void
TF_ApiDefMapPut(TF_ApiDefMap api_def_map, BytePointer text, long text_len, TF_Status status)
static void
static void
static void
static long
TF_DataTypeSize(int dt)
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
static void
TF_DeletePRunHandle(BytePointer handle)
static void
static void
static void
static void
static void
static void
static TF_DeviceList
static int
static long
static long
static BytePointer
TF_DeviceListName(TF_DeviceList list, int index, TF_Status status)
static BytePointer
TF_DeviceListType(TF_DeviceList list, int index, TF_Status status)
static long
TF_Dim(TF_Tensor tensor, int dim_index)
static long
static int
static int
static void
TF_ExtendGraph(TF_DeprecatedSession arg0, Pointer proto, long proto_len, TF_Status arg3)
static TF_Operation
static void
static TF_Tensor
TF_ForwardInputOrAllocateOutput(TF_OpKernelContext context, IntPointer candidate_input_indices, int num_candidate_input_indices, int output_index, LongPointer output_dims, int output_num_dims, IntPointer forwarded_input, TF_Status status)
static void
TF_FunctionGetAttrValueProto(TF_Function func, BytePointer attr_name, TF_Buffer output_attr_value, TF_Status status)
static TF_Function
TF_FunctionImportFunctionDef(Pointer proto, long proto_len, TF_Status status)
static BytePointer
static void
TF_FunctionSetAttrValueProto(TF_Function func, String attr_name, Pointer proto, long proto_len, TF_Status status)
static void
TF_FunctionSetAttrValueProto(TF_Function func, BytePointer attr_name, Pointer proto, long proto_len, TF_Status status)
static void
TF_FunctionToFunctionDef(TF_Function func, TF_Buffer output_func_def, TF_Status status)
static TF_Buffer
static TF_Buffer
static TF_Buffer
static int
static void
TF_GetInput(TF_OpKernelContext ctx, int i, PointerPointer tensor, TF_Status status)
static TF_Buffer
TF_GetOpList(TF_Library lib_handle)
static TF_Buffer
TF_GetRegisteredKernelsForOp(BytePointer name, TF_Status status)
static void
static int
TF_GraphGetFunctions(TF_Graph g, PointerPointer funcs, int max_func, TF_Status status)
static void
TF_GraphGetOpDef(TF_Graph graph, BytePointer op_name, TF_Buffer output_op_def, TF_Status status)
static int
static void
TF_GraphGetTensorShape(TF_Graph graph, TF_Output output, LongPointer dims, int num_dims, TF_Status status)
static void
static TF_ImportGraphDefResults
static void
TF_GraphImportGraphDefWithReturnOutputs(TF_Graph graph, TF_Buffer graph_def, TF_ImportGraphDefOptions options, TF_Output return_outputs, int num_return_outputs, TF_Status status)
static TF_Operation
TF_GraphNextOperation(TF_Graph graph, SizeTPointer pos)
static int
static TF_Operation
TF_GraphOperationByName(TF_Graph graph, BytePointer oper_name)
static void
TF_GraphSetTensorShape(TF_Graph graph, TF_Output output, LongPointer dims, int num_dims, TF_Status status)
static TF_Function
TF_GraphToFunction(TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, BytePointer output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)
static TF_Function
TF_GraphToFunction(TF_Graph fn_body, String fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, BytePointer output_names, TF_FunctionOptions opts, String description, TF_Status status)
static TF_Function
TF_GraphToFunction(TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, PointerPointer opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, PointerPointer output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)
static TF_Function
TF_GraphToFunction(TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, byte[] output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)
static TF_Function
TF_GraphToFunction(TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, ByteBuffer output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)
static TF_Function
TF_GraphToFunctionWithControlOutputs(TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, ByteBuffer output_names, int ncontrol_outputs, TF_Operation control_outputs, ByteBuffer control_output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)
static TF_Function
TF_GraphToFunctionWithControlOutputs(TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, PointerPointer opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, PointerPointer output_names, int ncontrol_outputs, PointerPointer control_outputs, PointerPointer control_output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)
static TF_Function
TF_GraphToFunctionWithControlOutputs(TF_Graph fn_body, String fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, BytePointer output_names, int ncontrol_outputs, TF_Operation control_outputs, BytePointer control_output_names, TF_FunctionOptions opts, String description, TF_Status status)
static TF_Function
TF_GraphToFunctionWithControlOutputs(TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, BytePointer output_names, int ncontrol_outputs, TF_Operation control_outputs, BytePointer control_output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)
static TF_Function
TF_GraphToFunctionWithControlOutputs(TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, byte[] output_names, int ncontrol_outputs, TF_Operation control_outputs, byte[] control_output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)
static void
TF_GraphToGraphDef(TF_Graph graph, TF_Buffer output_graph_def, TF_Status status)
static void
TF_GraphVersions(TF_Graph graph, TF_Buffer output_version_def, TF_Status status)
static void
static void
TF_ImportGraphDefOptionsAddInputMapping(TF_ImportGraphDefOptions opts, BytePointer src_name, int src_index, TF_Output dst)
static void
static void
TF_ImportGraphDefOptionsAddReturnOutput(TF_ImportGraphDefOptions opts, BytePointer oper_name, int index)
static int
static int
static void
static void
static void
static void
static void
static void
TF_ImportGraphDefResultsMissingUnusedInputMappings(TF_ImportGraphDefResults results, IntPointer num_missing_unused_input_mappings, PointerPointer src_names, PointerPointer src_indexes)
static void
TF_ImportGraphDefResultsMissingUnusedInputMappings(TF_ImportGraphDefResults results, int[] num_missing_unused_input_mappings, PointerPointer src_names, int[] src_indexes)
static void
TF_ImportGraphDefResultsMissingUnusedInputMappings(TF_ImportGraphDefResults results, IntBuffer num_missing_unused_input_mappings, PointerPointer src_names, IntBuffer src_indexes)
static void
TF_ImportGraphDefResultsMissingUnusedInputMappings(TF_ImportGraphDefResults results, IntPointer num_missing_unused_input_mappings, PointerPointer src_names, IntPointer src_indexes)
static void
TF_ImportGraphDefResultsReturnOperations(TF_ImportGraphDefResults results, int[] num_opers, PointerPointer opers)
static void
TF_ImportGraphDefResultsReturnOperations(TF_ImportGraphDefResults results, IntPointer num_opers, PointerPointer opers)
static void
TF_ImportGraphDefResultsReturnOperations(TF_ImportGraphDefResults results, IntBuffer num_opers, PointerPointer opers)
static void
static void
TF_ImportGraphDefResultsReturnOutputs(TF_ImportGraphDefResults results, IntPointer num_outputs, PointerPointer outputs)
static void
TF_KernelBuilder_HostMemory(TF_KernelBuilder kernel_builder, BytePointer arg_name)
static void
TF_KernelBuilder_Priority(TF_KernelBuilder kernel_builder, int priority_number)
static void
TF_KernelBuilder_TypeConstraint(TF_KernelBuilder kernel_builder, BytePointer attr_name, int type, TF_Status status)
static TF_Library
TF_LoadLibrary(BytePointer library_filename, TF_Status status)
static TF_Session
TF_LoadSessionFromSavedModel(TF_SessionOptions session_options, TF_Buffer run_options, String export_dir, BytePointer tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)
static TF_Session
TF_LoadSessionFromSavedModel(TF_SessionOptions session_options, TF_Buffer run_options, BytePointer export_dir, byte[] tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)
static TF_Session
TF_LoadSessionFromSavedModel(TF_SessionOptions session_options, TF_Buffer run_options, BytePointer export_dir, PointerPointer tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)
static TF_Session
TF_LoadSessionFromSavedModel(TF_SessionOptions session_options, TF_Buffer run_options, BytePointer export_dir, ByteBuffer tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)
static TF_Session
TF_LoadSessionFromSavedModel(TF_SessionOptions session_options, TF_Buffer run_options, BytePointer export_dir, BytePointer tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)
static BytePointer
static TF_ApiDefMap
TF_NewApiDefMap(TF_Buffer op_list_buffer, TF_Status status)
static TF_Buffer
static TF_Buffer
TF_NewBufferFromString(Pointer proto, long proto_len)
static TF_DeprecatedSession
static TF_DimensionHandle
static TF_Graph
static TF_ImportGraphDefOptions
static TF_KernelBuilder
TF_NewKernelBuilder(BytePointer op_name, BytePointer device_name, Create_func_TF_OpKernelConstruction create_func, Compute_func_Pointer_TF_OpKernelContext compute_func, Delete_func_Pointer delete_func)
static TF_OpDefinitionBuilder
TF_NewOpDefinitionBuilder(BytePointer op_name)
static TF_OperationDescription
TF_NewOperation(TF_Graph graph, BytePointer op_type, BytePointer oper_name)
static TF_Server
TF_NewServer(Pointer proto, long proto_len, TF_Status status)
static TF_Session
static TF_SessionOptions
static TF_ShapeHandle
static TF_Status
static TF_Tensor
TF_NewTensor(int arg0, LongPointer dims, int num_dims, Pointer data, long len, Deallocator_Pointer_long_Pointer deallocator, Pointer deallocator_arg)
static TF_Tensor
TF_NewTensor(int arg0, long[] dims, int num_dims, Pointer data, long len, Deallocator_Pointer_long_Pointer deallocator, Pointer deallocator_arg)
static TF_Tensor
TF_NewTensor(int arg0, LongBuffer dims, int num_dims, Pointer data, long len, Deallocator_Pointer_long_Pointer deallocator, Pointer deallocator_arg)
static TF_WhileParams
TF_NewWhile(TF_Graph g, TF_Output inputs, int ninputs, TF_Status status)
static int
static int
static int
static void
TF_OpDefinitionBuilderAddAttr(TF_OpDefinitionBuilder builder, BytePointer attr_spec)
static void
TF_OpDefinitionBuilderAddInput(TF_OpDefinitionBuilder builder, BytePointer input_spec)
static void
TF_OpDefinitionBuilderAddOutput(TF_OpDefinitionBuilder builder, BytePointer output_spec)
static void
TF_OpDefinitionBuilderDeprecated(TF_OpDefinitionBuilder builder, int version, BytePointer explanation)
static void
TF_OpDefinitionBuilderSetAllowsUninitializedInput(TF_OpDefinitionBuilder builder, boolean allows_uninitialized_input)
static void
static void
static void
static void
static void
static void
TF_OpKernelConstruction_GetAttrInt32(TF_OpKernelConstruction ctx, BytePointer attr_name, int[] val, TF_Status status)
static void
TF_OpKernelConstruction_GetAttrInt32(TF_OpKernelConstruction ctx, BytePointer attr_name, IntPointer val, TF_Status status)
static void
TF_OpKernelConstruction_GetAttrInt32(TF_OpKernelConstruction ctx, String attr_name, IntPointer val, TF_Status status)
static void
TF_OpKernelConstruction_GetAttrInt32(TF_OpKernelConstruction ctx, BytePointer attr_name, IntBuffer val, TF_Status status)
static void
TF_OpKernelConstruction_GetAttrType(TF_OpKernelConstruction ctx, BytePointer attr_name, IntPointer val, TF_Status status)
static void
TF_OpKernelConstruction_GetAttrType(TF_OpKernelConstruction ctx, BytePointer attr_name, IntBuffer val, TF_Status status)
static void
TF_OpKernelConstruction_GetAttrType(TF_OpKernelConstruction ctx, String attr_name, IntPointer val, TF_Status status)
static void
TF_OpKernelConstruction_GetAttrType(TF_OpKernelConstruction ctx, BytePointer attr_name, int[] val, TF_Status status)
static TF_StringView
static void
static void
TF_OperationAllInputs(TF_Operation oper, TF_Output inputs, int max_inputs)
static BytePointer
static void
TF_OperationGetAttrBool(TF_Operation oper, BytePointer attr_name, BytePointer value, TF_Status status)
static void
TF_OperationGetAttrBool(TF_Operation oper, BytePointer attr_name, ByteBuffer value, TF_Status status)
static void
TF_OperationGetAttrBool(TF_Operation oper, String attr_name, BytePointer value, TF_Status status)
static void
TF_OperationGetAttrBool(TF_Operation oper, BytePointer attr_name, byte[] value, TF_Status status)
static void
TF_OperationGetAttrBoolList(TF_Operation oper, String attr_name, BytePointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrBoolList(TF_Operation oper, BytePointer attr_name, byte[] values, int max_values, TF_Status status)
static void
TF_OperationGetAttrBoolList(TF_Operation oper, BytePointer attr_name, ByteBuffer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrBoolList(TF_Operation oper, BytePointer attr_name, BytePointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrFloat(TF_Operation oper, BytePointer attr_name, float[] value, TF_Status status)
static void
TF_OperationGetAttrFloat(TF_Operation oper, String attr_name, FloatPointer value, TF_Status status)
static void
TF_OperationGetAttrFloat(TF_Operation oper, BytePointer attr_name, FloatPointer value, TF_Status status)
static void
TF_OperationGetAttrFloat(TF_Operation oper, BytePointer attr_name, FloatBuffer value, TF_Status status)
static void
TF_OperationGetAttrFloatList(TF_Operation oper, BytePointer attr_name, float[] values, int max_values, TF_Status status)
static void
TF_OperationGetAttrFloatList(TF_Operation oper, BytePointer attr_name, FloatPointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrFloatList(TF_Operation oper, String attr_name, FloatPointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrFloatList(TF_Operation oper, BytePointer attr_name, FloatBuffer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrInt(TF_Operation oper, String attr_name, LongPointer value, TF_Status status)
static void
TF_OperationGetAttrInt(TF_Operation oper, BytePointer attr_name, LongBuffer value, TF_Status status)
static void
TF_OperationGetAttrInt(TF_Operation oper, BytePointer attr_name, long[] value, TF_Status status)
static void
TF_OperationGetAttrInt(TF_Operation oper, BytePointer attr_name, LongPointer value, TF_Status status)
static void
TF_OperationGetAttrIntList(TF_Operation oper, String attr_name, LongPointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrIntList(TF_Operation oper, BytePointer attr_name, LongBuffer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrIntList(TF_Operation oper, BytePointer attr_name, LongPointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrIntList(TF_Operation oper, BytePointer attr_name, long[] values, int max_values, TF_Status status)
static TF_AttrMetadata
TF_OperationGetAttrMetadata(TF_Operation oper, BytePointer attr_name, TF_Status status)
static void
TF_OperationGetAttrShape(TF_Operation oper, BytePointer attr_name, LongBuffer value, int num_dims, TF_Status status)
static void
TF_OperationGetAttrShape(TF_Operation oper, BytePointer attr_name, long[] value, int num_dims, TF_Status status)
static void
TF_OperationGetAttrShape(TF_Operation oper, BytePointer attr_name, LongPointer value, int num_dims, TF_Status status)
static void
TF_OperationGetAttrShape(TF_Operation oper, String attr_name, LongPointer value, int num_dims, TF_Status status)
static void
TF_OperationGetAttrShapeList(TF_Operation oper, String attr_name, LongPointer dims, IntPointer num_dims, int num_shapes, LongPointer storage, int storage_size, TF_Status status)
static void
TF_OperationGetAttrShapeList(TF_Operation oper, BytePointer attr_name, LongBuffer dims, IntBuffer num_dims, int num_shapes, LongBuffer storage, int storage_size, TF_Status status)
static void
TF_OperationGetAttrShapeList(TF_Operation oper, BytePointer attr_name, PointerPointer dims, IntPointer num_dims, int num_shapes, LongPointer storage, int storage_size, TF_Status status)
static void
TF_OperationGetAttrShapeList(TF_Operation oper, BytePointer attr_name, long[] dims, int[] num_dims, int num_shapes, long[] storage, int storage_size, TF_Status status)
static void
TF_OperationGetAttrShapeList(TF_Operation oper, BytePointer attr_name, LongPointer dims, IntPointer num_dims, int num_shapes, LongPointer storage, int storage_size, TF_Status status)
static void
TF_OperationGetAttrString(TF_Operation oper, BytePointer attr_name, Pointer value, long max_length, TF_Status status)
static void
TF_OperationGetAttrString(TF_Operation oper, String attr_name, Pointer value, long max_length, TF_Status status)
static void
TF_OperationGetAttrStringList(TF_Operation oper, BytePointer attr_name, Pointer values, SizeTPointer lengths, int max_values, Pointer storage, long storage_size, TF_Status status)
static void
TF_OperationGetAttrStringList(TF_Operation oper, String attr_name, Pointer values, SizeTPointer lengths, int max_values, Pointer storage, long storage_size, TF_Status status)
static void
TF_OperationGetAttrStringList(TF_Operation oper, BytePointer attr_name, PointerPointer values, SizeTPointer lengths, int max_values, Pointer storage, long storage_size, TF_Status status)
static void
TF_OperationGetAttrTensor(TF_Operation oper, BytePointer attr_name, PointerPointer value, TF_Status status)
static void
TF_OperationGetAttrTensor(TF_Operation oper, BytePointer attr_name, TF_Tensor value, TF_Status status)
static void
TF_OperationGetAttrTensorList(TF_Operation oper, BytePointer attr_name, TF_Tensor values, int max_values, TF_Status status)
static void
TF_OperationGetAttrTensorList(TF_Operation oper, BytePointer attr_name, PointerPointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrTensorShapeProto(TF_Operation oper, BytePointer attr_name, TF_Buffer value, TF_Status status)
static void
TF_OperationGetAttrTensorShapeProtoList(TF_Operation oper, BytePointer attr_name, TF_Buffer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrTensorShapeProtoList(TF_Operation oper, BytePointer attr_name, PointerPointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrType(TF_Operation oper, BytePointer attr_name, int[] value, TF_Status status)
static void
TF_OperationGetAttrType(TF_Operation oper, BytePointer attr_name, IntBuffer value, TF_Status status)
static void
TF_OperationGetAttrType(TF_Operation oper, BytePointer attr_name, IntPointer value, TF_Status status)
static void
TF_OperationGetAttrType(TF_Operation oper, String attr_name, IntPointer value, TF_Status status)
static void
TF_OperationGetAttrTypeList(TF_Operation oper, BytePointer attr_name, IntPointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrTypeList(TF_Operation oper, BytePointer attr_name, int[] values, int max_values, TF_Status status)
static void
TF_OperationGetAttrTypeList(TF_Operation oper, String attr_name, IntPointer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrTypeList(TF_Operation oper, BytePointer attr_name, IntBuffer values, int max_values, TF_Status status)
static void
TF_OperationGetAttrValueProto(TF_Operation oper, BytePointer attr_name, TF_Buffer output_attr_value, TF_Status status)
static int
TF_OperationGetControlInputs(TF_Operation oper, PointerPointer control_inputs, int max_control_inputs)
static int
TF_OperationGetControlOutputs(TF_Operation oper, PointerPointer control_outputs, int max_control_outputs)
static TF_Output
static int
TF_OperationInputListLength(TF_Operation oper, BytePointer arg_name, TF_Status status)
static int
static BytePointer
static int
static int
static int
static int
static BytePointer
static int
TF_OperationOutputConsumers(TF_Output oper_out, TF_Input consumers, int max_consumers)
static int
TF_OperationOutputListLength(TF_Operation oper, BytePointer arg_name, TF_Status status)
static int
static int
static void
TF_OperationToNodeDef(TF_Operation oper, TF_Buffer output_node_def, TF_Status status)
static void
TF_PRun(TF_DeprecatedSession arg0, BytePointer handle, ByteBuffer input_names, TF_Tensor inputs, int ninputs, ByteBuffer output_names, TF_Tensor outputs, int noutputs, ByteBuffer target_oper_names, int ntargets, TF_Status arg10)
static void
TF_PRun(TF_DeprecatedSession arg0, String handle, BytePointer input_names, TF_Tensor inputs, int ninputs, BytePointer output_names, TF_Tensor outputs, int noutputs, BytePointer target_oper_names, int ntargets, TF_Status arg10)
static void
TF_PRun(TF_DeprecatedSession arg0, BytePointer handle, byte[] input_names, TF_Tensor inputs, int ninputs, byte[] output_names, TF_Tensor outputs, int noutputs, byte[] target_oper_names, int ntargets, TF_Status arg10)
static void
TF_PRun(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, TF_Status arg10)
static void
TF_PRun(TF_DeprecatedSession arg0, BytePointer handle, BytePointer input_names, TF_Tensor inputs, int ninputs, BytePointer output_names, TF_Tensor outputs, int noutputs, BytePointer target_oper_names, int ntargets, TF_Status arg10)
static void
TF_PRunSetup(TF_DeprecatedSession arg0, BytePointer input_names, int ninputs, BytePointer output_names, int noutputs, BytePointer target_oper_names, int ntargets, BytePointer handle, TF_Status arg8)
static void
TF_PRunSetup(TF_DeprecatedSession arg0, PointerPointer input_names, int ninputs, PointerPointer output_names, int noutputs, PointerPointer target_oper_names, int ntargets, PointerPointer handle, TF_Status arg8)
static void
TF_RegisterFilesystemPlugin(BytePointer plugin_filename, TF_Status status)
static void
TF_RegisterKernelBuilder(BytePointer kernel_name, TF_KernelBuilder builder, TF_Status status)
static void
static void
static void
static void
TF_Reset(TF_SessionOptions opt, BytePointer containers, int ncontainers, TF_Status status)
static void
TF_Reset(TF_SessionOptions opt, PointerPointer containers, int ncontainers, TF_Status status)
static void
TF_Run(TF_DeprecatedSession arg0, TF_Buffer run_options, PointerPointer input_names, PointerPointer inputs, int ninputs, PointerPointer output_names, PointerPointer outputs, int noutputs, PointerPointer target_oper_names, int ntargets, TF_Buffer run_metadata, TF_Status arg11)
static void
TF_Run(TF_DeprecatedSession arg0, TF_Buffer run_options, BytePointer input_names, TF_Tensor inputs, int ninputs, BytePointer output_names, TF_Tensor outputs, int noutputs, BytePointer target_oper_names, int ntargets, TF_Buffer run_metadata, TF_Status arg11)
static void
static void
static void
static BytePointer
static TF_DeviceList
static void
TF_SessionPRun(TF_Session arg0, BytePointer handle, TF_Output inputs, PointerPointer input_values, int ninputs, TF_Output outputs, PointerPointer output_values, int noutputs, PointerPointer target_opers, int ntargets, TF_Status arg10)
static void
TF_SessionPRun(TF_Session arg0, BytePointer handle, TF_Output inputs, TF_Tensor input_values, int ninputs, TF_Output outputs, TF_Tensor output_values, int noutputs, TF_Operation target_opers, int ntargets, TF_Status arg10)
static void
TF_SessionPRunSetup(TF_Session arg0, TF_Output inputs, int ninputs, TF_Output outputs, int noutputs, PointerPointer target_opers, int ntargets, PointerPointer handle, TF_Status arg8)
static void
TF_SessionPRunSetup(TF_Session arg0, TF_Output inputs, int ninputs, TF_Output outputs, int noutputs, TF_Operation target_opers, int ntargets, BytePointer handle, TF_Status arg8)
static void
TF_SessionRun(TF_Session session, TF_Buffer run_options, TF_Output inputs, PointerPointer input_values, int ninputs, TF_Output outputs, PointerPointer output_values, int noutputs, PointerPointer target_opers, int ntargets, TF_Buffer run_metadata, TF_Status arg11)
static void
TF_SetAttrBool(TF_OperationDescription desc, BytePointer attr_name, byte value)
static void
TF_SetAttrBoolList(TF_OperationDescription desc, BytePointer attr_name, ByteBuffer values, int num_values)
static void
TF_SetAttrBoolList(TF_OperationDescription desc, BytePointer attr_name, BytePointer values, int num_values)
static void
TF_SetAttrBoolList(TF_OperationDescription desc, String attr_name, BytePointer values, int num_values)
static void
TF_SetAttrBoolList(TF_OperationDescription desc, BytePointer attr_name, byte[] values, int num_values)
static void
TF_SetAttrFloat(TF_OperationDescription desc, BytePointer attr_name, float value)
static void
TF_SetAttrFloatList(TF_OperationDescription desc, BytePointer attr_name, FloatBuffer values, int num_values)
static void
TF_SetAttrFloatList(TF_OperationDescription desc, String attr_name, FloatPointer values, int num_values)
static void
TF_SetAttrFloatList(TF_OperationDescription desc, BytePointer attr_name, float[] values, int num_values)
static void
TF_SetAttrFloatList(TF_OperationDescription desc, BytePointer attr_name, FloatPointer values, int num_values)
static void
TF_SetAttrFuncName(TF_OperationDescription desc, BytePointer attr_name, BytePointer value, long length)
static void
TF_SetAttrInt(TF_OperationDescription desc, BytePointer attr_name, long value)
static void
TF_SetAttrIntList(TF_OperationDescription desc, BytePointer attr_name, long[] values, int num_values)
static void
TF_SetAttrIntList(TF_OperationDescription desc, BytePointer attr_name, LongBuffer values, int num_values)
static void
TF_SetAttrIntList(TF_OperationDescription desc, BytePointer attr_name, LongPointer values, int num_values)
static void
TF_SetAttrIntList(TF_OperationDescription desc, String attr_name, LongPointer values, int num_values)
static void
TF_SetAttrPlaceholder(TF_OperationDescription desc, BytePointer attr_name, BytePointer placeholder)
static void
TF_SetAttrShape(TF_OperationDescription desc, String attr_name, LongPointer dims, int num_dims)
static void
TF_SetAttrShape(TF_OperationDescription desc, BytePointer attr_name, LongPointer dims, int num_dims)
static void
TF_SetAttrShape(TF_OperationDescription desc, BytePointer attr_name, LongBuffer dims, int num_dims)
static void
TF_SetAttrShape(TF_OperationDescription desc, BytePointer attr_name, long[] dims, int num_dims)
static void
TF_SetAttrShapeList(TF_OperationDescription desc, BytePointer attr_name, LongPointer dims, IntPointer num_dims, int num_shapes)
static void
TF_SetAttrShapeList(TF_OperationDescription desc, BytePointer attr_name, long[] dims, int[] num_dims, int num_shapes)
static void
TF_SetAttrShapeList(TF_OperationDescription desc, BytePointer attr_name, PointerPointer dims, IntPointer num_dims, int num_shapes)
static void
TF_SetAttrShapeList(TF_OperationDescription desc, String attr_name, LongPointer dims, IntPointer num_dims, int num_shapes)
static void
TF_SetAttrShapeList(TF_OperationDescription desc, BytePointer attr_name, LongBuffer dims, IntBuffer num_dims, int num_shapes)
static void
TF_SetAttrString(TF_OperationDescription desc, BytePointer attr_name, Pointer value, long length)
static void
TF_SetAttrString(TF_OperationDescription desc, String attr_name, Pointer value, long length)
static void
TF_SetAttrStringList(TF_OperationDescription desc, String attr_name, Pointer values, SizeTPointer lengths, int num_values)
static void
TF_SetAttrStringList(TF_OperationDescription desc, BytePointer attr_name, PointerPointer values, SizeTPointer lengths, int num_values)
static void
TF_SetAttrStringList(TF_OperationDescription desc, BytePointer attr_name, Pointer values, SizeTPointer lengths, int num_values)
static void
TF_SetAttrTensor(TF_OperationDescription desc, BytePointer attr_name, TF_Tensor value, TF_Status status)
static void
TF_SetAttrTensorList(TF_OperationDescription desc, BytePointer attr_name, TF_Tensor values, int num_values, TF_Status status)
static void
TF_SetAttrTensorList(TF_OperationDescription desc, BytePointer attr_name, PointerPointer values, int num_values, TF_Status status)
static void
TF_SetAttrTensorShapeProto(TF_OperationDescription desc, BytePointer attr_name, Pointer proto, long proto_len, TF_Status status)
static void
TF_SetAttrTensorShapeProto(TF_OperationDescription desc, String attr_name, Pointer proto, long proto_len, TF_Status status)
static void
TF_SetAttrTensorShapeProtoList(TF_OperationDescription desc, BytePointer attr_name, PointerPointer protos, SizeTPointer proto_lens, int num_shapes, TF_Status status)
static void
TF_SetAttrTensorShapeProtoList(TF_OperationDescription desc, String attr_name, Pointer protos, SizeTPointer proto_lens, int num_shapes, TF_Status status)
static void
TF_SetAttrTensorShapeProtoList(TF_OperationDescription desc, BytePointer attr_name, Pointer protos, SizeTPointer proto_lens, int num_shapes, TF_Status status)
static void
TF_SetAttrType(TF_OperationDescription desc, BytePointer attr_name, int value)
static void
TF_SetAttrTypeList(TF_OperationDescription desc, BytePointer attr_name, IntBuffer values, int num_values)
static void
TF_SetAttrTypeList(TF_OperationDescription desc, BytePointer attr_name, int[] values, int num_values)
static void
TF_SetAttrTypeList(TF_OperationDescription desc, String attr_name, IntPointer values, int num_values)
static void
TF_SetAttrTypeList(TF_OperationDescription desc, BytePointer attr_name, IntPointer values, int num_values)
static void
TF_SetAttrValueProto(TF_OperationDescription desc, BytePointer attr_name, Pointer proto, long proto_len, TF_Status status)
static void
TF_SetAttrValueProto(TF_OperationDescription desc, String attr_name, Pointer proto, long proto_len, TF_Status status)
static void
TF_SetConfig(TF_SessionOptions options, Pointer proto, long proto_len, TF_Status status)
static void
TF_SetDevice(TF_OperationDescription desc, BytePointer device)
static void
TF_SetOutput(TF_OpKernelContext ctx, int i, TF_Tensor tensor, TF_Status status)
static void
TF_SetStatus(TF_Status s, int code, BytePointer msg)
static void
TF_SetStatusFromIOError(TF_Status s, int error_code, BytePointer context)
static void
TF_SetTarget(TF_SessionOptions options, BytePointer target)
static void
static void
static void
static long
static long
static int
static TF_ShapeHandle
static void
static void
static void
TF_ShapeInferenceContextSubshape(TF_ShapeInferenceContext ctx, TF_ShapeHandle shape_handle, long start, long end, TF_ShapeHandle result, TF_Status status)
static TF_ShapeHandle
static void
static void
static void
static void
TF_ShapeInferenceContext_GetAttrType(TF_ShapeInferenceContext ctx, BytePointer attr_name, int[] val, TF_Status status)
static void
TF_ShapeInferenceContext_GetAttrType(TF_ShapeInferenceContext ctx, BytePointer attr_name, IntBuffer val, TF_Status status)
static void
TF_ShapeInferenceContext_GetAttrType(TF_ShapeInferenceContext ctx, String attr_name, IntPointer val, TF_Status status)
static void
TF_ShapeInferenceContext_GetAttrType(TF_ShapeInferenceContext ctx, BytePointer attr_name, IntPointer val, TF_Status status)
static long
static void
static void
TF_TString_AppendN(TF_TString dst, BytePointer src, long src_size)
static void
static void
TF_TString_AssignView(TF_TString dst, BytePointer src, long size)
static void
TF_TString_Copy(TF_TString dst, BytePointer src, long size)
static void
static long
static BytePointer
static BytePointer
static long
static int
static void
static void
static void
TF_TString_Reserve(TF_TString str, long new_cap)
static BytePointer
TF_TString_Resize(TF_TString str, long new_size, byte c)
static BytePointer
static int
static long
static long
TF_TString_ToInternalSizeT(long size, int type)
static void
TF_TensorBitcastFrom(TF_Tensor from, int type, TF_Tensor to, LongPointer new_dims, int num_new_dims, TF_Status status)
static long
static Pointer
static long
static boolean
static TF_Tensor
static int
static byte
TF_TryEvaluateConstant(TF_Graph graph, TF_Output output, PointerPointer result, TF_Status status)
static void
TF_UpdateEdge(TF_Graph graph, TF_Output new_src, TF_Input dst, TF_Status status)
static BytePointer
static long
TF_align16(long i)
static long
TF_max(long a, long b)
static long
TF_min(long a, long b)
static int
TF_swap32(int host_int)

Inherited Methods

Constants

public static final int TFE_DEVICE_PLACEMENT_EXPLICIT

enum TFE_ContextDevicePlacementPolicy

Constant Value: 0

public static final int TFE_DEVICE_PLACEMENT_SILENT

enum TFE_ContextDevicePlacementPolicy

Constant Value: 2

public static final int TFE_DEVICE_PLACEMENT_SILENT_FOR_INT32

enum TFE_ContextDevicePlacementPolicy

Constant Value: 3

public static final int TFE_DEVICE_PLACEMENT_WARN

enum TFE_ContextDevicePlacementPolicy

Constant Value: 1

public static final int TF_ABORTED

enum TF_Code

Constant Value: 10

public static final int TF_ALREADY_EXISTS

enum TF_Code

Constant Value: 6

public static final int TF_ATTR_BOOL

enum TF_AttrType

Constant Value: 3

public static final int TF_ATTR_FLOAT

enum TF_AttrType

Constant Value: 2

public static final int TF_ATTR_FUNC

enum TF_AttrType

Constant Value: 8

public static final int TF_ATTR_INT

enum TF_AttrType

Constant Value: 1

public static final int TF_ATTR_PLACEHOLDER

enum TF_AttrType

Constant Value: 7

public static final int TF_ATTR_SHAPE

enum TF_AttrType

Constant Value: 5

public static final int TF_ATTR_STRING

enum TF_AttrType

Constant Value: 0

public static final int TF_ATTR_TENSOR

enum TF_AttrType

Constant Value: 6

public static final int TF_ATTR_TYPE

enum TF_AttrType

Constant Value: 4

public static final int TF_BFLOAT16

enum TF_DataType

Constant Value: 14

public static final int TF_BOOL

enum TF_DataType

Constant Value: 10

public static final int TF_CANCELLED

enum TF_Code

Constant Value: 1

public static final int TF_COMPLEX

enum TF_DataType

Constant Value: 8

public static final int TF_COMPLEX128

enum TF_DataType

Constant Value: 18

public static final int TF_COMPLEX64

enum TF_DataType

Constant Value: 8

public static final int TF_DATA_LOSS

enum TF_Code

Constant Value: 15

public static final int TF_DEADLINE_EXCEEDED

enum TF_Code

Constant Value: 4

public static final int TF_DOUBLE

enum TF_DataType

Constant Value: 2

public static final int TF_FAILED_PRECONDITION

enum TF_Code

Constant Value: 9

public static final int TF_FLOAT

enum TF_DataType

Constant Value: 1

public static final int TF_HALF

enum TF_DataType

Constant Value: 19

public static final int TF_INT16

enum TF_DataType

Constant Value: 5

public static final int TF_INT32

enum TF_DataType

Constant Value: 3

public static final int TF_INT64

enum TF_DataType

Constant Value: 9

public static final int TF_INT8

enum TF_DataType

Constant Value: 6

public static final int TF_INTERNAL

enum TF_Code

Constant Value: 13

public static final int TF_INVALID_ARGUMENT

enum TF_Code

Constant Value: 3

public static final int TF_NOT_FOUND

enum TF_Code

Constant Value: 5

public static final int TF_OK

enum TF_Code

Constant Value: 0

public static final int TF_OUT_OF_RANGE

enum TF_Code

Constant Value: 11

public static final int TF_PERMISSION_DENIED

enum TF_Code

Constant Value: 7

public static final int TF_QINT16

enum TF_DataType

Constant Value: 15

public static final int TF_QINT32

enum TF_DataType

Constant Value: 13

public static final int TF_QINT8

enum TF_DataType

Constant Value: 11

public static final int TF_QUINT16

enum TF_DataType

Constant Value: 16

public static final int TF_QUINT8

enum TF_DataType

Constant Value: 12

public static final int TF_RESOURCE

enum TF_DataType

Constant Value: 20

public static final int TF_RESOURCE_EXHAUSTED

enum TF_Code

Constant Value: 8

public static final int TF_STRING

enum TF_DataType

Constant Value: 7

public static final int TF_TSTRING_LITTLE_ENDIAN

Constant Value: 1

public static final int TF_TSTR_LARGE

enum TF_TString_Type

Constant Value: 1

public static final int TF_TSTR_OFFSET

enum TF_TString_Type

Constant Value: 2

public static final int TF_TSTR_SMALL

enum TF_TString_Type

Constant Value: 0

public static final int TF_TSTR_TYPE_MASK

enum TF_TString_Type

Constant Value: 3

public static final int TF_TSTR_VIEW

enum TF_TString_Type

Constant Value: 3

public static final int TF_UINT16

enum TF_DataType

Constant Value: 17

public static final int TF_UINT32

enum TF_DataType

Constant Value: 22

public static final int TF_UINT64

enum TF_DataType

Constant Value: 23

public static final int TF_UINT8

enum TF_DataType

Constant Value: 4

public static final int TF_UNAUTHENTICATED

enum TF_Code

Constant Value: 16

public static final int TF_UNAVAILABLE

enum TF_Code

Constant Value: 14

public static final int TF_UNIMPLEMENTED

enum TF_Code

Constant Value: 12

public static final int TF_UNKNOWN

enum TF_Code

Constant Value: 2

public static final int TF_VARIANT

enum TF_DataType

Constant Value: 21

Fields

public static final int TF_ALLOCATOR_ATTRIBUTES_STRUCT_SIZE

public static final int TF_TString_SmallCapacity

Public Constructors

public tensorflow ()

Public Methods

public static boolean GpuSupportsHalfMatMulAndConv ()

public static boolean IsBuiltWithNvcc ()

public static boolean IsBuiltWithROCm ()

public static boolean IsBuiltWithXLA ()

public static boolean IsGoogleCudaEnabled ()

public static boolean IsMklEnabled ()

public static void TFE_ContextAddFunction (TFE_Context ctx, TF_Function function, TF_Status status)

public static void TFE_ContextAddFunctionDef (TFE_Context ctx, BytePointer serialized_function_def, long size, TF_Status status)

public static void TFE_ContextClearCaches (TFE_Context ctx)

public static void TFE_ContextDisableRunMetadata (TFE_Context ctx)

public static void TFE_ContextEnableRunMetadata (TFE_Context ctx)

public static void TFE_ContextEndStep (TFE_Context ctx)

public static void TFE_ContextExportRunMetadata (TFE_Context ctx, TF_Buffer buf, TF_Status status)

public static int TFE_ContextGetDevicePlacementPolicy (TFE_Context ctx)

public static byte TFE_ContextHasFunction (TFE_Context ctx, BytePointer name)

public static TF_DeviceList TFE_ContextListDevices (TFE_Context ctx, TF_Status status)

public static void TFE_ContextOptionsSetAsync (TFE_ContextOptions arg0, byte enable)

public static void TFE_ContextOptionsSetConfig (TFE_ContextOptions options, Pointer proto, long proto_len, TF_Status status)

public static void TFE_ContextOptionsSetDevicePlacementPolicy (TFE_ContextOptions arg0, int arg1)

public static void TFE_ContextRemoveFunction (TFE_Context ctx, BytePointer name, TF_Status status)

public static void TFE_ContextSetServerDef (TFE_Context ctx, int keep_alive_secs, Pointer proto, long proto_len, TF_Status status)

public static void TFE_ContextSetThreadLocalDevicePlacementPolicy (TFE_Context ctx, int policy)

public static void TFE_ContextStartStep (TFE_Context ctx)

public static void TFE_DeleteContext (TFE_Context ctx)

public static void TFE_DeleteContextOptions (TFE_ContextOptions arg0)

public static void TFE_DeleteOp (TFE_Op op)

public static void TFE_DeleteTensorDebugInfo (TFE_TensorDebugInfo debug_info)

public static void TFE_DeleteTensorHandle (TFE_TensorHandle h)

public static void TFE_Execute (TFE_Op op, PointerPointer retvals, IntPointer num_retvals, TF_Status status)

public static void TFE_Execute (TFE_Op op, TFE_TensorHandle retvals, IntPointer num_retvals, TF_Status status)

public static TFE_Context TFE_NewContext (TFE_ContextOptions opts, TF_Status status)

public static TFE_ContextOptions TFE_NewContextOptions ()

public static TFE_Op TFE_NewOp (TFE_Context ctx, BytePointer op_or_function_name, TF_Status status)

public static TFE_TensorHandle TFE_NewTensorHandle (TF_Tensor t, TF_Status status)

public static void TFE_OpAddInput (TFE_Op op, TFE_TensorHandle input, TF_Status status)

public static void TFE_OpAddInputList (TFE_Op op, PointerPointer inputs, int num_inputs, TF_Status status)

public static int TFE_OpGetAttrType (TFE_Op op, BytePointer attr_name, ByteBuffer is_list, TF_Status status)

public static int TFE_OpGetAttrType (TFE_Op op, BytePointer attr_name, BytePointer is_list, TF_Status status)

public static int TFE_OpGetAttrType (TFE_Op op, String attr_name, BytePointer is_list, TF_Status status)

public static int TFE_OpGetAttrType (TFE_Op op, BytePointer attr_name, byte[] is_list, TF_Status status)

public static TFE_Context TFE_OpGetContext (TFE_Op op, TF_Status status)

public static BytePointer TFE_OpGetDevice (TFE_Op op, TF_Status status)

public static TFE_TensorHandle TFE_OpGetFlatInput (TFE_Op op, int index, TF_Status status)

public static int TFE_OpGetFlatInputCount (TFE_Op op, TF_Status status)

public static int TFE_OpGetInputLength (TFE_Op op, BytePointer input_name, TF_Status status)

public static BytePointer TFE_OpGetName (TFE_Op op, TF_Status status)

public static int TFE_OpGetOutputLength (TFE_Op op, BytePointer output_name, TF_Status status)

public static int TFE_OpNameGetAttrType (TFE_Context ctx, BytePointer op_or_function_name, BytePointer attr_name, ByteBuffer is_list, TF_Status status)

public static int TFE_OpNameGetAttrType (TFE_Context ctx, String op_or_function_name, String attr_name, BytePointer is_list, TF_Status status)

public static int TFE_OpNameGetAttrType (TFE_Context ctx, BytePointer op_or_function_name, BytePointer attr_name, BytePointer is_list, TF_Status status)

public static int TFE_OpNameGetAttrType (TFE_Context ctx, BytePointer op_or_function_name, BytePointer attr_name, byte[] is_list, TF_Status status)

public static void TFE_OpSetAttrBool (TFE_Op op, BytePointer attr_name, byte value)

public static void TFE_OpSetAttrBoolList (TFE_Op op, String attr_name, BytePointer values, int num_values)

public static void TFE_OpSetAttrBoolList (TFE_Op op, BytePointer attr_name, byte[] values, int num_values)

public static void TFE_OpSetAttrBoolList (TFE_Op op, BytePointer attr_name, ByteBuffer values, int num_values)

public static void TFE_OpSetAttrBoolList (TFE_Op op, BytePointer attr_name, BytePointer values, int num_values)

public static void TFE_OpSetAttrFloat (TFE_Op op, BytePointer attr_name, float value)

public static void TFE_OpSetAttrFloatList (TFE_Op op, String attr_name, FloatPointer values, int num_values)

public static void TFE_OpSetAttrFloatList (TFE_Op op, BytePointer attr_name, float[] values, int num_values)

public static void TFE_OpSetAttrFloatList (TFE_Op op, BytePointer attr_name, FloatBuffer values, int num_values)

public static void TFE_OpSetAttrFloatList (TFE_Op op, BytePointer attr_name, FloatPointer values, int num_values)

public static void TFE_OpSetAttrFunction (TFE_Op op, BytePointer attr_name, TFE_Op value)

public static void TFE_OpSetAttrFunctionList (TFE_Op op, BytePointer attr_name, TFE_Op value, int num_values)

public static void TFE_OpSetAttrFunctionList (TFE_Op op, BytePointer attr_name, PointerPointer value, int num_values)

public static void TFE_OpSetAttrFunctionName (TFE_Op op, BytePointer attr_name, BytePointer data, long length)

public static void TFE_OpSetAttrInt (TFE_Op op, BytePointer attr_name, long value)

public static void TFE_OpSetAttrIntList (TFE_Op op, String attr_name, LongPointer values, int num_values)

public static void TFE_OpSetAttrIntList (TFE_Op op, BytePointer attr_name, LongPointer values, int num_values)

public static void TFE_OpSetAttrIntList (TFE_Op op, BytePointer attr_name, long[] values, int num_values)

public static void TFE_OpSetAttrIntList (TFE_Op op, BytePointer attr_name, LongBuffer values, int num_values)

public static void TFE_OpSetAttrShape (TFE_Op op, BytePointer attr_name, LongPointer dims, int num_dims, TF_Status out_status)

public static void TFE_OpSetAttrShape (TFE_Op op, String attr_name, LongPointer dims, int num_dims, TF_Status out_status)

public static void TFE_OpSetAttrShape (TFE_Op op, BytePointer attr_name, long[] dims, int num_dims, TF_Status out_status)

public static void TFE_OpSetAttrShape (TFE_Op op, BytePointer attr_name, LongBuffer dims, int num_dims, TF_Status out_status)

public static void TFE_OpSetAttrShapeList (TFE_Op op, BytePointer attr_name, LongPointer dims, IntPointer num_dims, int num_values, TF_Status out_status)

public static void TFE_OpSetAttrShapeList (TFE_Op op, BytePointer attr_name, PointerPointer dims, IntPointer num_dims, int num_values, TF_Status out_status)

public static void TFE_OpSetAttrShapeList (TFE_Op op, BytePointer attr_name, long[] dims, int[] num_dims, int num_values, TF_Status out_status)

public static void TFE_OpSetAttrShapeList (TFE_Op op, BytePointer attr_name, LongBuffer dims, IntBuffer num_dims, int num_values, TF_Status out_status)

public static void TFE_OpSetAttrShapeList (TFE_Op op, String attr_name, LongPointer dims, IntPointer num_dims, int num_values, TF_Status out_status)

public static void TFE_OpSetAttrString (TFE_Op op, BytePointer attr_name, Pointer value, long length)

public static void TFE_OpSetAttrString (TFE_Op op, String attr_name, Pointer value, long length)

public static void TFE_OpSetAttrStringList (TFE_Op op, BytePointer attr_name, PointerPointer values, SizeTPointer lengths, int num_values)

public static void TFE_OpSetAttrStringList (TFE_Op op, String attr_name, Pointer values, SizeTPointer lengths, int num_values)

public static void TFE_OpSetAttrStringList (TFE_Op op, BytePointer attr_name, Pointer values, SizeTPointer lengths, int num_values)

public static void TFE_OpSetAttrTensor (TFE_Op op, BytePointer attr_name, TF_Tensor tensor, TF_Status status)

public static void TFE_OpSetAttrType (TFE_Op op, BytePointer attr_name, int value)

public static void TFE_OpSetAttrTypeList (TFE_Op op, BytePointer attr_name, IntPointer values, int num_values)

public static void TFE_OpSetAttrTypeList (TFE_Op op, BytePointer attr_name, IntBuffer values, int num_values)

public static void TFE_OpSetAttrTypeList (TFE_Op op, String attr_name, IntPointer values, int num_values)

public static void TFE_OpSetAttrTypeList (TFE_Op op, BytePointer attr_name, int[] values, int num_values)

public static void TFE_OpSetDevice (TFE_Op op, BytePointer device_name, TF_Status status)

public static long TFE_TensorDebugInfoOnDeviceDim (TFE_TensorDebugInfo debug_info, int dim_index)

public static int TFE_TensorDebugInfoOnDeviceNumDims (TFE_TensorDebugInfo debug_info)

public static BytePointer TFE_TensorHandleBackingDeviceName (TFE_TensorHandle h, TF_Status status)

public static TFE_TensorHandle TFE_TensorHandleCopySharingTensor (TFE_TensorHandle h, TF_Status status)

public static TFE_TensorHandle TFE_TensorHandleCopyToDevice (TFE_TensorHandle h, TFE_Context ctx, BytePointer device_name, TF_Status status)

public static int TFE_TensorHandleDataType (TFE_TensorHandle h)

public static BytePointer TFE_TensorHandleDeviceName (TFE_TensorHandle h, TF_Status status)

public static long TFE_TensorHandleDim (TFE_TensorHandle h, int dim_index, TF_Status status)

public static int TFE_TensorHandleNumDims (TFE_TensorHandle h, TF_Status status)

public static long TFE_TensorHandleNumElements (TFE_TensorHandle h, TF_Status status)

public static TF_Tensor TFE_TensorHandleResolve (TFE_TensorHandle h, TF_Status status)

public static TFE_TensorDebugInfo TFE_TensorHandleTensorDebugInfo (TFE_TensorHandle h, TF_Status status)

public static int TF_ALLOCATOR_ATTRIBUTES_STRUCT_SIZE ()

public static void TF_AbortWhile (TF_WhileParams params)

public static void TF_AddControlInput (TF_OperationDescription desc, TF_Operation input)

public static void TF_AddGradients (TF_Graph g, TF_Output y, int ny, TF_Output x, int nx, TF_Output dx, TF_Status status, TF_Output dy)

public static void TF_AddGradientsWithPrefix (TF_Graph g, BytePointer prefix, TF_Output y, int ny, TF_Output x, int nx, TF_Output dx, TF_Status status, TF_Output dy)

public static void TF_AddInput (TF_OperationDescription desc, TF_Output input)

public static void TF_AddInputList (TF_OperationDescription desc, TF_Output inputs, int num_inputs)

public static TF_Tensor TF_AllocateOutput (TF_OpKernelContext context, int index, int dtype, LongPointer dims, int num_dims, long len, TF_Status status)

public static TF_Tensor TF_AllocateTemp (TF_OpKernelContext context, int dtype, LongPointer dims, int num_dims, TF_AllocatorAttributes alloc_attrs, TF_Status status)

public static TF_Tensor TF_AllocateTensor (int arg0, LongPointer dims, int num_dims, long len)

public static TF_Buffer TF_ApiDefMapGet (TF_ApiDefMap api_def_map, BytePointer name, long name_len, TF_Status status)

public static void TF_ApiDefMapPut (TF_ApiDefMap api_def_map, BytePointer text, long text_len, TF_Status status)

public static void TF_CloseDeprecatedSession (TF_DeprecatedSession arg0, TF_Status status)

public static void TF_CloseSession (TF_Session arg0, TF_Status status)

public static void TF_ColocateWith (TF_OperationDescription desc, TF_Operation op)

public static long TF_DataTypeSize (int dt)

public static void TF_DeleteApiDefMap (TF_ApiDefMap apimap)

public static void TF_DeleteBuffer (TF_Buffer arg0)

public static void TF_DeleteDeprecatedSession (TF_DeprecatedSession arg0, TF_Status status)

public static void TF_DeleteDeviceList (TF_DeviceList list)

public static void TF_DeleteDimensionHandle (TF_DimensionHandle handle)

public static void TF_DeleteFunction (TF_Function func)

public static void TF_DeleteGraph (TF_Graph arg0)

public static void TF_DeleteImportGraphDefOptions (TF_ImportGraphDefOptions opts)

public static void TF_DeleteImportGraphDefResults (TF_ImportGraphDefResults results)

public static void TF_DeleteKernelBuilder (TF_KernelBuilder builder)

public static void TF_DeleteLibraryHandle (TF_Library lib_handle)

public static void TF_DeleteOpDefinitionBuilder (TF_OpDefinitionBuilder builder)

public static void TF_DeletePRunHandle (BytePointer handle)

public static void TF_DeleteServer (TF_Server server)

public static void TF_DeleteSession (TF_Session arg0, TF_Status status)

public static void TF_DeleteSessionOptions (TF_SessionOptions arg0)

public static void TF_DeleteShapeHandle (TF_ShapeHandle handle)

public static void TF_DeleteStatus (TF_Status arg0)

public static void TF_DeleteTensor (TF_Tensor arg0)

public static TF_DeviceList TF_DeprecatedSessionListDevices (TF_DeprecatedSession session, TF_Status status)

public static int TF_DeviceListCount (TF_DeviceList list)

public static long TF_DeviceListIncarnation (TF_DeviceList list, int index, TF_Status status)

public static long TF_DeviceListMemoryBytes (TF_DeviceList list, int index, TF_Status status)

public static BytePointer TF_DeviceListName (TF_DeviceList list, int index, TF_Status status)

public static BytePointer TF_DeviceListType (TF_DeviceList list, int index, TF_Status status)

public static long TF_Dim (TF_Tensor tensor, int dim_index)

public static long TF_DimensionHandleValue (TF_DimensionHandle dim_handle)

public static int TF_DimensionHandleValueKnown (TF_DimensionHandle dim_handle)

public static int TF_ExpectedOutputDataType (TF_OpKernelContext ctx, int i)

public static void TF_ExtendGraph (TF_DeprecatedSession arg0, Pointer proto, long proto_len, TF_Status arg3)

public static TF_Operation TF_FinishOperation (TF_OperationDescription desc, TF_Status status)

public static void TF_FinishWhile (TF_WhileParams params, TF_Status status, TF_Output outputs)

public static TF_Tensor TF_ForwardInputOrAllocateOutput (TF_OpKernelContext context, IntPointer candidate_input_indices, int num_candidate_input_indices, int output_index, LongPointer output_dims, int output_num_dims, IntPointer forwarded_input, TF_Status status)

public static void TF_FunctionGetAttrValueProto (TF_Function func, BytePointer attr_name, TF_Buffer output_attr_value, TF_Status status)

public static TF_Function TF_FunctionImportFunctionDef (Pointer proto, long proto_len, TF_Status status)

public static BytePointer TF_FunctionName (TF_Function func)

public static void TF_FunctionSetAttrValueProto (TF_Function func, String attr_name, Pointer proto, long proto_len, TF_Status status)

public static void TF_FunctionSetAttrValueProto (TF_Function func, BytePointer attr_name, Pointer proto, long proto_len, TF_Status status)

public static void TF_FunctionToFunctionDef (TF_Function func, TF_Buffer output_func_def, TF_Status status)

public static TF_Buffer TF_GetAllOpList ()

public static TF_Buffer TF_GetAllRegisteredKernels (TF_Status status)

public static TF_Buffer TF_GetBuffer (TF_Buffer buffer)

public static int TF_GetCode (TF_Status s)

public static void TF_GetInput (TF_OpKernelContext ctx, int i, PointerPointer tensor, TF_Status status)

public static TF_Buffer TF_GetOpList (TF_Library lib_handle)

public static TF_Buffer TF_GetRegisteredKernelsForOp (BytePointer name, TF_Status status)

public static void TF_GraphCopyFunction (TF_Graph g, TF_Function func, TF_Function grad, TF_Status status)

public static int TF_GraphGetFunctions (TF_Graph g, PointerPointer funcs, int max_func, TF_Status status)

public static void TF_GraphGetOpDef (TF_Graph graph, BytePointer op_name, TF_Buffer output_op_def, TF_Status status)

public static int TF_GraphGetTensorNumDims (TF_Graph graph, TF_Output output, TF_Status status)

public static void TF_GraphGetTensorShape (TF_Graph graph, TF_Output output, LongPointer dims, int num_dims, TF_Status status)

public static void TF_GraphImportGraphDef (TF_Graph graph, TF_Buffer graph_def, TF_ImportGraphDefOptions options, TF_Status status)

public static TF_ImportGraphDefResults TF_GraphImportGraphDefWithResults (TF_Graph graph, TF_Buffer graph_def, TF_ImportGraphDefOptions options, TF_Status status)

public static void TF_GraphImportGraphDefWithReturnOutputs (TF_Graph graph, TF_Buffer graph_def, TF_ImportGraphDefOptions options, TF_Output return_outputs, int num_return_outputs, TF_Status status)

public static TF_Operation TF_GraphNextOperation (TF_Graph graph, SizeTPointer pos)

public static int TF_GraphNumFunctions (TF_Graph g)

public static TF_Operation TF_GraphOperationByName (TF_Graph graph, BytePointer oper_name)

public static void TF_GraphSetTensorShape (TF_Graph graph, TF_Output output, LongPointer dims, int num_dims, TF_Status status)

public static TF_Function TF_GraphToFunction (TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, BytePointer output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)

public static TF_Function TF_GraphToFunction (TF_Graph fn_body, String fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, BytePointer output_names, TF_FunctionOptions opts, String description, TF_Status status)

public static TF_Function TF_GraphToFunction (TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, PointerPointer opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, PointerPointer output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)

public static TF_Function TF_GraphToFunction (TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, byte[] output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)

public static TF_Function TF_GraphToFunction (TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, ByteBuffer output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)

public static TF_Function TF_GraphToFunctionWithControlOutputs (TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, ByteBuffer output_names, int ncontrol_outputs, TF_Operation control_outputs, ByteBuffer control_output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)

public static TF_Function TF_GraphToFunctionWithControlOutputs (TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, PointerPointer opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, PointerPointer output_names, int ncontrol_outputs, PointerPointer control_outputs, PointerPointer control_output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)

public static TF_Function TF_GraphToFunctionWithControlOutputs (TF_Graph fn_body, String fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, BytePointer output_names, int ncontrol_outputs, TF_Operation control_outputs, BytePointer control_output_names, TF_FunctionOptions opts, String description, TF_Status status)

public static TF_Function TF_GraphToFunctionWithControlOutputs (TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, BytePointer output_names, int ncontrol_outputs, TF_Operation control_outputs, BytePointer control_output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)

public static TF_Function TF_GraphToFunctionWithControlOutputs (TF_Graph fn_body, BytePointer fn_name, byte append_hash_to_fn_name, int num_opers, TF_Operation opers, int ninputs, TF_Output inputs, int noutputs, TF_Output outputs, byte[] output_names, int ncontrol_outputs, TF_Operation control_outputs, byte[] control_output_names, TF_FunctionOptions opts, BytePointer description, TF_Status status)

public static void TF_GraphToGraphDef (TF_Graph graph, TF_Buffer output_graph_def, TF_Status status)

public static void TF_GraphVersions (TF_Graph graph, TF_Buffer output_version_def, TF_Status status)

public static void TF_ImportGraphDefOptionsAddControlDependency (TF_ImportGraphDefOptions opts, TF_Operation oper)

public static void TF_ImportGraphDefOptionsAddInputMapping (TF_ImportGraphDefOptions opts, BytePointer src_name, int src_index, TF_Output dst)

public static void TF_ImportGraphDefOptionsAddReturnOperation (TF_ImportGraphDefOptions opts, BytePointer oper_name)

public static void TF_ImportGraphDefOptionsAddReturnOutput (TF_ImportGraphDefOptions opts, BytePointer oper_name, int index)

public static int TF_ImportGraphDefOptionsNumReturnOperations (TF_ImportGraphDefOptions opts)

public static int TF_ImportGraphDefOptionsNumReturnOutputs (TF_ImportGraphDefOptions opts)

public static void TF_ImportGraphDefOptionsRemapControlDependency (TF_ImportGraphDefOptions opts, BytePointer src_name, TF_Operation dst)

public static void TF_ImportGraphDefOptionsSetDefaultDevice (TF_ImportGraphDefOptions opts, BytePointer device)

public static void TF_ImportGraphDefOptionsSetPrefix (TF_ImportGraphDefOptions opts, BytePointer prefix)

public static void TF_ImportGraphDefOptionsSetUniquifyNames (TF_ImportGraphDefOptions opts, byte uniquify_names)

public static void TF_ImportGraphDefOptionsSetUniquifyPrefix (TF_ImportGraphDefOptions opts, byte uniquify_prefix)

public static void TF_ImportGraphDefResultsMissingUnusedInputMappings (TF_ImportGraphDefResults results, IntPointer num_missing_unused_input_mappings, PointerPointer src_names, PointerPointer src_indexes)

public static void TF_ImportGraphDefResultsMissingUnusedInputMappings (TF_ImportGraphDefResults results, int[] num_missing_unused_input_mappings, PointerPointer src_names, int[] src_indexes)

public static void TF_ImportGraphDefResultsMissingUnusedInputMappings (TF_ImportGraphDefResults results, IntBuffer num_missing_unused_input_mappings, PointerPointer src_names, IntBuffer src_indexes)

public static void TF_ImportGraphDefResultsMissingUnusedInputMappings (TF_ImportGraphDefResults results, IntPointer num_missing_unused_input_mappings, PointerPointer src_names, IntPointer src_indexes)

public static void TF_ImportGraphDefResultsReturnOperations (TF_ImportGraphDefResults results, int[] num_opers, PointerPointer opers)

public static void TF_ImportGraphDefResultsReturnOperations (TF_ImportGraphDefResults results, IntPointer num_opers, PointerPointer opers)

public static void TF_ImportGraphDefResultsReturnOperations (TF_ImportGraphDefResults results, IntBuffer num_opers, PointerPointer opers)

public static void TF_ImportGraphDefResultsReturnOutputs (TF_ImportGraphDefResults results, IntPointer num_outputs, TF_Output outputs)

public static void TF_ImportGraphDefResultsReturnOutputs (TF_ImportGraphDefResults results, IntPointer num_outputs, PointerPointer outputs)

public static void TF_KernelBuilder_HostMemory (TF_KernelBuilder kernel_builder, BytePointer arg_name)

public static void TF_KernelBuilder_Priority (TF_KernelBuilder kernel_builder, int priority_number)

public static void TF_KernelBuilder_TypeConstraint (TF_KernelBuilder kernel_builder, BytePointer attr_name, int type, TF_Status status)

public static TF_Library TF_LoadLibrary (BytePointer library_filename, TF_Status status)

public static TF_Session TF_LoadSessionFromSavedModel (TF_SessionOptions session_options, TF_Buffer run_options, String export_dir, BytePointer tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)

public static TF_Session TF_LoadSessionFromSavedModel (TF_SessionOptions session_options, TF_Buffer run_options, BytePointer export_dir, byte[] tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)

public static TF_Session TF_LoadSessionFromSavedModel (TF_SessionOptions session_options, TF_Buffer run_options, BytePointer export_dir, PointerPointer tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)

public static TF_Session TF_LoadSessionFromSavedModel (TF_SessionOptions session_options, TF_Buffer run_options, BytePointer export_dir, ByteBuffer tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)

public static TF_Session TF_LoadSessionFromSavedModel (TF_SessionOptions session_options, TF_Buffer run_options, BytePointer export_dir, BytePointer tags, int tags_len, TF_Graph graph, TF_Buffer meta_graph_def, TF_Status status)

public static BytePointer TF_Message (TF_Status s)

public static TF_ApiDefMap TF_NewApiDefMap (TF_Buffer op_list_buffer, TF_Status status)

public static TF_Buffer TF_NewBuffer ()

public static TF_Buffer TF_NewBufferFromString (Pointer proto, long proto_len)

public static TF_DeprecatedSession TF_NewDeprecatedSession (TF_SessionOptions arg0, TF_Status status)

public static TF_DimensionHandle TF_NewDimensionHandle ()

public static TF_Graph TF_NewGraph ()

public static TF_ImportGraphDefOptions TF_NewImportGraphDefOptions ()

public static TF_KernelBuilder TF_NewKernelBuilder (BytePointer op_name, BytePointer device_name, Create_func_TF_OpKernelConstruction create_func, Compute_func_Pointer_TF_OpKernelContext compute_func, Delete_func_Pointer delete_func)

public static TF_OpDefinitionBuilder TF_NewOpDefinitionBuilder (BytePointer op_name)

public static TF_OperationDescription TF_NewOperation (TF_Graph graph, BytePointer op_type, BytePointer oper_name)

public static TF_Server TF_NewServer (Pointer proto, long proto_len, TF_Status status)

public static TF_Session TF_NewSession (TF_Graph graph, TF_SessionOptions opts, TF_Status status)

public static TF_SessionOptions TF_NewSessionOptions ()

public static TF_ShapeHandle TF_NewShapeHandle ()

public static TF_Status TF_NewStatus ()

public static TF_Tensor TF_NewTensor (int arg0, LongPointer dims, int num_dims, Pointer data, long len, Deallocator_Pointer_long_Pointer deallocator, Pointer deallocator_arg)

public static TF_Tensor TF_NewTensor (int arg0, long[] dims, int num_dims, Pointer data, long len, Deallocator_Pointer_long_Pointer deallocator, Pointer deallocator_arg)

public static TF_Tensor TF_NewTensor (int arg0, LongBuffer dims, int num_dims, Pointer data, long len, Deallocator_Pointer_long_Pointer deallocator, Pointer deallocator_arg)

public static TF_WhileParams TF_NewWhile (TF_Graph g, TF_Output inputs, int ninputs, TF_Status status)

public static int TF_NumDims (TF_Tensor arg0)

public static int TF_NumInputs (TF_OpKernelContext ctx)

public static int TF_NumOutputs (TF_OpKernelContext ctx)

public static void TF_OpDefinitionBuilderAddAttr (TF_OpDefinitionBuilder builder, BytePointer attr_spec)

public static void TF_OpDefinitionBuilderAddInput (TF_OpDefinitionBuilder builder, BytePointer input_spec)

public static void TF_OpDefinitionBuilderAddOutput (TF_OpDefinitionBuilder builder, BytePointer output_spec)

public static void TF_OpDefinitionBuilderDeprecated (TF_OpDefinitionBuilder builder, int version, BytePointer explanation)

public static void TF_OpDefinitionBuilderSetAllowsUninitializedInput (TF_OpDefinitionBuilder builder, boolean allows_uninitialized_input)

public static void TF_OpDefinitionBuilderSetIsAggregate (TF_OpDefinitionBuilder builder, boolean is_aggregate)

public static void TF_OpDefinitionBuilderSetIsCommutative (TF_OpDefinitionBuilder builder, boolean is_commutative)

public static void TF_OpDefinitionBuilderSetIsStateful (TF_OpDefinitionBuilder builder, boolean is_stateful)

public static void TF_OpDefinitionBuilderSetShapeInferenceFunction (TF_OpDefinitionBuilder builder, Shape_inference_func_TF_ShapeInferenceContext_TF_Status shape_inference_func)

public static void TF_OpKernelConstruction_Failure (TF_OpKernelConstruction ctx, TF_Status status)

public static void TF_OpKernelConstruction_GetAttrInt32 (TF_OpKernelConstruction ctx, BytePointer attr_name, int[] val, TF_Status status)

public static void TF_OpKernelConstruction_GetAttrInt32 (TF_OpKernelConstruction ctx, BytePointer attr_name, IntPointer val, TF_Status status)

public static void TF_OpKernelConstruction_GetAttrInt32 (TF_OpKernelConstruction ctx, String attr_name, IntPointer val, TF_Status status)

public static void TF_OpKernelConstruction_GetAttrInt32 (TF_OpKernelConstruction ctx, BytePointer attr_name, IntBuffer val, TF_Status status)

public static void TF_OpKernelConstruction_GetAttrType (TF_OpKernelConstruction ctx, BytePointer attr_name, IntPointer val, TF_Status status)

public static void TF_OpKernelConstruction_GetAttrType (TF_OpKernelConstruction ctx, BytePointer attr_name, IntBuffer val, TF_Status status)

public static void TF_OpKernelConstruction_GetAttrType (TF_OpKernelConstruction ctx, String attr_name, IntPointer val, TF_Status status)

public static void TF_OpKernelConstruction_GetAttrType (TF_OpKernelConstruction ctx, BytePointer attr_name, int[] val, TF_Status status)

public static TF_StringView TF_OpKernelConstruction_GetName (TF_OpKernelConstruction ctx)

public static void TF_OpKernelContext_Failure (TF_OpKernelContext ctx, TF_Status status)

public static void TF_OperationAllInputs (TF_Operation oper, TF_Output inputs, int max_inputs)

public static BytePointer TF_OperationDevice (TF_Operation oper)

public static void TF_OperationGetAttrBool (TF_Operation oper, BytePointer attr_name, BytePointer value, TF_Status status)

public static void TF_OperationGetAttrBool (TF_Operation oper, BytePointer attr_name, ByteBuffer value, TF_Status status)

public static void TF_OperationGetAttrBool (TF_Operation oper, String attr_name, BytePointer value, TF_Status status)

public static void TF_OperationGetAttrBool (TF_Operation oper, BytePointer attr_name, byte[] value, TF_Status status)

public static void TF_OperationGetAttrBoolList (TF_Operation oper, String attr_name, BytePointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrBoolList (TF_Operation oper, BytePointer attr_name, byte[] values, int max_values, TF_Status status)

public static void TF_OperationGetAttrBoolList (TF_Operation oper, BytePointer attr_name, ByteBuffer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrBoolList (TF_Operation oper, BytePointer attr_name, BytePointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrFloat (TF_Operation oper, BytePointer attr_name, float[] value, TF_Status status)

public static void TF_OperationGetAttrFloat (TF_Operation oper, String attr_name, FloatPointer value, TF_Status status)

public static void TF_OperationGetAttrFloat (TF_Operation oper, BytePointer attr_name, FloatPointer value, TF_Status status)

public static void TF_OperationGetAttrFloat (TF_Operation oper, BytePointer attr_name, FloatBuffer value, TF_Status status)

public static void TF_OperationGetAttrFloatList (TF_Operation oper, BytePointer attr_name, float[] values, int max_values, TF_Status status)

public static void TF_OperationGetAttrFloatList (TF_Operation oper, BytePointer attr_name, FloatPointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrFloatList (TF_Operation oper, String attr_name, FloatPointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrFloatList (TF_Operation oper, BytePointer attr_name, FloatBuffer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrInt (TF_Operation oper, String attr_name, LongPointer value, TF_Status status)

public static void TF_OperationGetAttrInt (TF_Operation oper, BytePointer attr_name, LongBuffer value, TF_Status status)

public static void TF_OperationGetAttrInt (TF_Operation oper, BytePointer attr_name, long[] value, TF_Status status)

public static void TF_OperationGetAttrInt (TF_Operation oper, BytePointer attr_name, LongPointer value, TF_Status status)

public static void TF_OperationGetAttrIntList (TF_Operation oper, String attr_name, LongPointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrIntList (TF_Operation oper, BytePointer attr_name, LongBuffer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrIntList (TF_Operation oper, BytePointer attr_name, LongPointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrIntList (TF_Operation oper, BytePointer attr_name, long[] values, int max_values, TF_Status status)

public static TF_AttrMetadata TF_OperationGetAttrMetadata (TF_Operation oper, BytePointer attr_name, TF_Status status)

public static void TF_OperationGetAttrShape (TF_Operation oper, BytePointer attr_name, LongBuffer value, int num_dims, TF_Status status)

public static void TF_OperationGetAttrShape (TF_Operation oper, BytePointer attr_name, long[] value, int num_dims, TF_Status status)

public static void TF_OperationGetAttrShape (TF_Operation oper, BytePointer attr_name, LongPointer value, int num_dims, TF_Status status)

public static void TF_OperationGetAttrShape (TF_Operation oper, String attr_name, LongPointer value, int num_dims, TF_Status status)

public static void TF_OperationGetAttrShapeList (TF_Operation oper, String attr_name, LongPointer dims, IntPointer num_dims, int num_shapes, LongPointer storage, int storage_size, TF_Status status)

public static void TF_OperationGetAttrShapeList (TF_Operation oper, BytePointer attr_name, LongBuffer dims, IntBuffer num_dims, int num_shapes, LongBuffer storage, int storage_size, TF_Status status)

public static void TF_OperationGetAttrShapeList (TF_Operation oper, BytePointer attr_name, PointerPointer dims, IntPointer num_dims, int num_shapes, LongPointer storage, int storage_size, TF_Status status)

public static void TF_OperationGetAttrShapeList (TF_Operation oper, BytePointer attr_name, long[] dims, int[] num_dims, int num_shapes, long[] storage, int storage_size, TF_Status status)

public static void TF_OperationGetAttrShapeList (TF_Operation oper, BytePointer attr_name, LongPointer dims, IntPointer num_dims, int num_shapes, LongPointer storage, int storage_size, TF_Status status)

public static void TF_OperationGetAttrString (TF_Operation oper, BytePointer attr_name, Pointer value, long max_length, TF_Status status)

public static void TF_OperationGetAttrString (TF_Operation oper, String attr_name, Pointer value, long max_length, TF_Status status)

public static void TF_OperationGetAttrStringList (TF_Operation oper, BytePointer attr_name, Pointer values, SizeTPointer lengths, int max_values, Pointer storage, long storage_size, TF_Status status)

public static void TF_OperationGetAttrStringList (TF_Operation oper, String attr_name, Pointer values, SizeTPointer lengths, int max_values, Pointer storage, long storage_size, TF_Status status)

public static void TF_OperationGetAttrStringList (TF_Operation oper, BytePointer attr_name, PointerPointer values, SizeTPointer lengths, int max_values, Pointer storage, long storage_size, TF_Status status)

public static void TF_OperationGetAttrTensor (TF_Operation oper, BytePointer attr_name, PointerPointer value, TF_Status status)

public static void TF_OperationGetAttrTensor (TF_Operation oper, BytePointer attr_name, TF_Tensor value, TF_Status status)

public static void TF_OperationGetAttrTensorList (TF_Operation oper, BytePointer attr_name, TF_Tensor values, int max_values, TF_Status status)

public static void TF_OperationGetAttrTensorList (TF_Operation oper, BytePointer attr_name, PointerPointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrTensorShapeProto (TF_Operation oper, BytePointer attr_name, TF_Buffer value, TF_Status status)

public static void TF_OperationGetAttrTensorShapeProtoList (TF_Operation oper, BytePointer attr_name, TF_Buffer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrTensorShapeProtoList (TF_Operation oper, BytePointer attr_name, PointerPointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrType (TF_Operation oper, BytePointer attr_name, int[] value, TF_Status status)

public static void TF_OperationGetAttrType (TF_Operation oper, BytePointer attr_name, IntBuffer value, TF_Status status)

public static void TF_OperationGetAttrType (TF_Operation oper, BytePointer attr_name, IntPointer value, TF_Status status)

public static void TF_OperationGetAttrType (TF_Operation oper, String attr_name, IntPointer value, TF_Status status)

public static void TF_OperationGetAttrTypeList (TF_Operation oper, BytePointer attr_name, IntPointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrTypeList (TF_Operation oper, BytePointer attr_name, int[] values, int max_values, TF_Status status)

public static void TF_OperationGetAttrTypeList (TF_Operation oper, String attr_name, IntPointer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrTypeList (TF_Operation oper, BytePointer attr_name, IntBuffer values, int max_values, TF_Status status)

public static void TF_OperationGetAttrValueProto (TF_Operation oper, BytePointer attr_name, TF_Buffer output_attr_value, TF_Status status)

public static int TF_OperationGetControlInputs (TF_Operation oper, PointerPointer control_inputs, int max_control_inputs)

public static int TF_OperationGetControlOutputs (TF_Operation oper, PointerPointer control_outputs, int max_control_outputs)

public static TF_Output TF_OperationInput (TF_Input oper_in)

public static int TF_OperationInputListLength (TF_Operation oper, BytePointer arg_name, TF_Status status)

public static int TF_OperationInputType (TF_Input oper_in)

public static BytePointer TF_OperationName (TF_Operation oper)

public static int TF_OperationNumControlInputs (TF_Operation oper)

public static int TF_OperationNumControlOutputs (TF_Operation oper)

public static int TF_OperationNumInputs (TF_Operation oper)

public static int TF_OperationNumOutputs (TF_Operation oper)

public static BytePointer TF_OperationOpType (TF_Operation oper)

public static int TF_OperationOutputConsumers (TF_Output oper_out, TF_Input consumers, int max_consumers)

public static int TF_OperationOutputListLength (TF_Operation oper, BytePointer arg_name, TF_Status status)

public static int TF_OperationOutputNumConsumers (TF_Output oper_out)

public static int TF_OperationOutputType (TF_Output oper_out)

public static void TF_OperationToNodeDef (TF_Operation oper, TF_Buffer output_node_def, TF_Status status)

public static void TF_PRun (TF_DeprecatedSession arg0, BytePointer handle, ByteBuffer input_names, TF_Tensor inputs, int ninputs, ByteBuffer output_names, TF_Tensor outputs, int noutputs, ByteBuffer target_oper_names, int ntargets, TF_Status arg10)

public static void TF_PRun (TF_DeprecatedSession arg0, String handle, BytePointer input_names, TF_Tensor inputs, int ninputs, BytePointer output_names, TF_Tensor outputs, int noutputs, BytePointer target_oper_names, int ntargets, TF_Status arg10)

public static void TF_PRun (TF_DeprecatedSession arg0, BytePointer handle, byte[] input_names, TF_Tensor inputs, int ninputs, byte[] output_names, TF_Tensor outputs, int noutputs, byte[] target_oper_names, int ntargets, TF_Status arg10)

public static void TF_PRun (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, TF_Status arg10)

public static void TF_PRun (TF_DeprecatedSession arg0, BytePointer handle, BytePointer input_names, TF_Tensor inputs, int ninputs, BytePointer output_names, TF_Tensor outputs, int noutputs, BytePointer target_oper_names, int ntargets, TF_Status arg10)

public static void TF_PRunSetup (TF_DeprecatedSession arg0, BytePointer input_names, int ninputs, BytePointer output_names, int noutputs, BytePointer target_oper_names, int ntargets, BytePointer handle, TF_Status arg8)

public static void TF_PRunSetup (TF_DeprecatedSession arg0, PointerPointer input_names, int ninputs, PointerPointer output_names, int noutputs, PointerPointer target_oper_names, int ntargets, PointerPointer handle, TF_Status arg8)

public static void TF_RegisterFilesystemPlugin (BytePointer plugin_filename, TF_Status status)

public static void TF_RegisterKernelBuilder (BytePointer kernel_name, TF_KernelBuilder builder, TF_Status status)

public static void TF_RegisterLogListener (Listener_String listener)

public static void TF_RegisterLogListener (Listener_BytePointer listener)

public static void TF_RegisterOpDefinition (TF_OpDefinitionBuilder builder, TF_Status status)

public static void TF_Reset (TF_SessionOptions opt, BytePointer containers, int ncontainers, TF_Status status)

public static void TF_Reset (TF_SessionOptions opt, PointerPointer containers, int ncontainers, TF_Status status)

public static void TF_Run (TF_DeprecatedSession arg0, TF_Buffer run_options, PointerPointer input_names, PointerPointer inputs, int ninputs, PointerPointer output_names, PointerPointer outputs, int noutputs, PointerPointer target_oper_names, int ntargets, TF_Buffer run_metadata, TF_Status arg11)

public static void TF_Run (TF_DeprecatedSession arg0, TF_Buffer run_options, BytePointer input_names, TF_Tensor inputs, int ninputs, BytePointer output_names, TF_Tensor outputs, int noutputs, BytePointer target_oper_names, int ntargets, TF_Buffer run_metadata, TF_Status arg11)

public static void TF_ServerJoin (TF_Server server, TF_Status status)

public static void TF_ServerStart (TF_Server server, TF_Status status)

public static void TF_ServerStop (TF_Server server, TF_Status status)

public static BytePointer TF_ServerTarget (TF_Server server)

public static TF_DeviceList TF_SessionListDevices (TF_Session session, TF_Status status)

public static void TF_SessionPRun (TF_Session arg0, BytePointer handle, TF_Output inputs, PointerPointer input_values, int ninputs, TF_Output outputs, PointerPointer output_values, int noutputs, PointerPointer target_opers, int ntargets, TF_Status arg10)

public static void TF_SessionPRun (TF_Session arg0, BytePointer handle, TF_Output inputs, TF_Tensor input_values, int ninputs, TF_Output outputs, TF_Tensor output_values, int noutputs, TF_Operation target_opers, int ntargets, TF_Status arg10)

public static void TF_SessionPRunSetup (TF_Session arg0, TF_Output inputs, int ninputs, TF_Output outputs, int noutputs, PointerPointer target_opers, int ntargets, PointerPointer handle, TF_Status arg8)

public static void TF_SessionPRunSetup (TF_Session arg0, TF_Output inputs, int ninputs, TF_Output outputs, int noutputs, TF_Operation target_opers, int ntargets, BytePointer handle, TF_Status arg8)

public static void TF_SessionRun (TF_Session session, TF_Buffer run_options, TF_Output inputs, PointerPointer input_values, int ninputs, TF_Output outputs, PointerPointer output_values, int noutputs, PointerPointer target_opers, int ntargets, TF_Buffer run_metadata, TF_Status arg11)

public static void TF_SetAttrBool (TF_OperationDescription desc, BytePointer attr_name, byte value)

public static void TF_SetAttrBoolList (TF_OperationDescription desc, BytePointer attr_name, ByteBuffer values, int num_values)

public static void TF_SetAttrBoolList (TF_OperationDescription desc, BytePointer attr_name, BytePointer values, int num_values)

public static void TF_SetAttrBoolList (TF_OperationDescription desc, String attr_name, BytePointer values, int num_values)

public static void TF_SetAttrBoolList (TF_OperationDescription desc, BytePointer attr_name, byte[] values, int num_values)

public static void TF_SetAttrFloat (TF_OperationDescription desc, BytePointer attr_name, float value)

public static void TF_SetAttrFloatList (TF_OperationDescription desc, BytePointer attr_name, FloatBuffer values, int num_values)

public static void TF_SetAttrFloatList (TF_OperationDescription desc, String attr_name, FloatPointer values, int num_values)

public static void TF_SetAttrFloatList (TF_OperationDescription desc, BytePointer attr_name, float[] values, int num_values)

public static void TF_SetAttrFloatList (TF_OperationDescription desc, BytePointer attr_name, FloatPointer values, int num_values)

public static void TF_SetAttrFuncName (TF_OperationDescription desc, BytePointer attr_name, BytePointer value, long length)

public static void TF_SetAttrInt (TF_OperationDescription desc, BytePointer attr_name, long value)

public static void TF_SetAttrIntList (TF_OperationDescription desc, BytePointer attr_name, long[] values, int num_values)

public static void TF_SetAttrIntList (TF_OperationDescription desc, BytePointer attr_name, LongBuffer values, int num_values)

public static void TF_SetAttrIntList (TF_OperationDescription desc, BytePointer attr_name, LongPointer values, int num_values)

public static void TF_SetAttrIntList (TF_OperationDescription desc, String attr_name, LongPointer values, int num_values)

public static void TF_SetAttrPlaceholder (TF_OperationDescription desc, BytePointer attr_name, BytePointer placeholder)

public static void TF_SetAttrShape (TF_OperationDescription desc, String attr_name, LongPointer dims, int num_dims)

public static void TF_SetAttrShape (TF_OperationDescription desc, BytePointer attr_name, LongPointer dims, int num_dims)

public static void TF_SetAttrShape (TF_OperationDescription desc, BytePointer attr_name, LongBuffer dims, int num_dims)

public static void TF_SetAttrShape (TF_OperationDescription desc, BytePointer attr_name, long[] dims, int num_dims)

public static void TF_SetAttrShapeList (TF_OperationDescription desc, BytePointer attr_name, LongPointer dims, IntPointer num_dims, int num_shapes)

public static void TF_SetAttrShapeList (TF_OperationDescription desc, BytePointer attr_name, long[] dims, int[] num_dims, int num_shapes)

public static void TF_SetAttrShapeList (TF_OperationDescription desc, BytePointer attr_name, PointerPointer dims, IntPointer num_dims, int num_shapes)

public static void TF_SetAttrShapeList (TF_OperationDescription desc, String attr_name, LongPointer dims, IntPointer num_dims, int num_shapes)

public static void TF_SetAttrShapeList (TF_OperationDescription desc, BytePointer attr_name, LongBuffer dims, IntBuffer num_dims, int num_shapes)

public static void TF_SetAttrString (TF_OperationDescription desc, BytePointer attr_name, Pointer value, long length)

public static void TF_SetAttrString (TF_OperationDescription desc, String attr_name, Pointer value, long length)

public static void TF_SetAttrStringList (TF_OperationDescription desc, String attr_name, Pointer values, SizeTPointer lengths, int num_values)

public static void TF_SetAttrStringList (TF_OperationDescription desc, BytePointer attr_name, PointerPointer values, SizeTPointer lengths, int num_values)

public static void TF_SetAttrStringList (TF_OperationDescription desc, BytePointer attr_name, Pointer values, SizeTPointer lengths, int num_values)

public static void TF_SetAttrTensor (TF_OperationDescription desc, BytePointer attr_name, TF_Tensor value, TF_Status status)

public static void TF_SetAttrTensorList (TF_OperationDescription desc, BytePointer attr_name, TF_Tensor values, int num_values, TF_Status status)

public static void TF_SetAttrTensorList (TF_OperationDescription desc, BytePointer attr_name, PointerPointer values, int num_values, TF_Status status)

public static void TF_SetAttrTensorShapeProto (TF_OperationDescription desc, BytePointer attr_name, Pointer proto, long proto_len, TF_Status status)

public static void TF_SetAttrTensorShapeProto (TF_OperationDescription desc, String attr_name, Pointer proto, long proto_len, TF_Status status)

public static void TF_SetAttrTensorShapeProtoList (TF_OperationDescription desc, BytePointer attr_name, PointerPointer protos, SizeTPointer proto_lens, int num_shapes, TF_Status status)

public static void TF_SetAttrTensorShapeProtoList (TF_OperationDescription desc, String attr_name, Pointer protos, SizeTPointer proto_lens, int num_shapes, TF_Status status)

public static void TF_SetAttrTensorShapeProtoList (TF_OperationDescription desc, BytePointer attr_name, Pointer protos, SizeTPointer proto_lens, int num_shapes, TF_Status status)

public static void TF_SetAttrType (TF_OperationDescription desc, BytePointer attr_name, int value)

public static void TF_SetAttrTypeList (TF_OperationDescription desc, BytePointer attr_name, IntBuffer values, int num_values)

public static void TF_SetAttrTypeList (TF_OperationDescription desc, BytePointer attr_name, int[] values, int num_values)

public static void TF_SetAttrTypeList (TF_OperationDescription desc, String attr_name, IntPointer values, int num_values)

public static void TF_SetAttrTypeList (TF_OperationDescription desc, BytePointer attr_name, IntPointer values, int num_values)

public static void TF_SetAttrValueProto (TF_OperationDescription desc, BytePointer attr_name, Pointer proto, long proto_len, TF_Status status)

public static void TF_SetAttrValueProto (TF_OperationDescription desc, String attr_name, Pointer proto, long proto_len, TF_Status status)

public static void TF_SetConfig (TF_SessionOptions options, Pointer proto, long proto_len, TF_Status status)

public static void TF_SetDevice (TF_OperationDescription desc, BytePointer device)

public static void TF_SetOutput (TF_OpKernelContext ctx, int i, TF_Tensor tensor, TF_Status status)

public static void TF_SetStatus (TF_Status s, int code, BytePointer msg)

public static void TF_SetStatusFromIOError (TF_Status s, int error_code, BytePointer context)

public static void TF_SetTarget (TF_SessionOptions options, BytePointer target)

public static void TF_ShapeInferenceContextConcatenateShapes (TF_ShapeInferenceContext ctx, TF_ShapeHandle first, TF_ShapeHandle second, TF_ShapeHandle result, TF_Status status)

public static void TF_ShapeInferenceContextDim (TF_ShapeInferenceContext ctx, TF_ShapeHandle shape_handle, long i, TF_DimensionHandle result)

public static void TF_ShapeInferenceContextGetInput (TF_ShapeInferenceContext ctx, int i, TF_ShapeHandle handle, TF_Status status)

public static long TF_ShapeInferenceContextNumInputs (TF_ShapeInferenceContext ctx)

public static long TF_ShapeInferenceContextRank (TF_ShapeInferenceContext ctx, TF_ShapeHandle handle)

public static int TF_ShapeInferenceContextRankKnown (TF_ShapeInferenceContext ctx, TF_ShapeHandle handle)

public static TF_ShapeHandle TF_ShapeInferenceContextScalar (TF_ShapeInferenceContext ctx)

public static void TF_ShapeInferenceContextSetOutput (TF_ShapeInferenceContext ctx, int i, TF_ShapeHandle handle, TF_Status status)

public static void TF_ShapeInferenceContextSetUnknownShape (TF_ShapeInferenceContext ctx, TF_Status status)

public static void TF_ShapeInferenceContextSubshape (TF_ShapeInferenceContext ctx, TF_ShapeHandle shape_handle, long start, long end, TF_ShapeHandle result, TF_Status status)

public static TF_ShapeHandle TF_ShapeInferenceContextVectorFromSize (TF_ShapeInferenceContext ctx, long size)

public static void TF_ShapeInferenceContextWithRank (TF_ShapeInferenceContext ctx, TF_ShapeHandle handle, long rank, TF_ShapeHandle result, TF_Status status)

public static void TF_ShapeInferenceContextWithRankAtLeast (TF_ShapeInferenceContext ctx, TF_ShapeHandle handle, long rank, TF_ShapeHandle result, TF_Status status)

public static void TF_ShapeInferenceContextWithRankAtMost (TF_ShapeInferenceContext ctx, TF_ShapeHandle handle, long rank, TF_ShapeHandle result, TF_Status status)

public static void TF_ShapeInferenceContext_GetAttrType (TF_ShapeInferenceContext ctx, BytePointer attr_name, int[] val, TF_Status status)

public static void TF_ShapeInferenceContext_GetAttrType (TF_ShapeInferenceContext ctx, BytePointer attr_name, IntBuffer val, TF_Status status)

public static void TF_ShapeInferenceContext_GetAttrType (TF_ShapeInferenceContext ctx, String attr_name, IntPointer val, TF_Status status)

public static void TF_ShapeInferenceContext_GetAttrType (TF_ShapeInferenceContext ctx, BytePointer attr_name, IntPointer val, TF_Status status)

public static long TF_StepId (TF_OpKernelContext ctx)

public static void TF_TString_Append (TF_TString dst, TF_TString src)

public static void TF_TString_AppendN (TF_TString dst, BytePointer src, long src_size)

public static void TF_TString_Assign (TF_TString dst, TF_TString src)

public static void TF_TString_AssignView (TF_TString dst, BytePointer src, long size)

public static void TF_TString_Copy (TF_TString dst, BytePointer src, long size)

public static void TF_TString_Dealloc (TF_TString str)

public static long TF_TString_GetCapacity (TF_TString str)

public static BytePointer TF_TString_GetDataPointer (TF_TString str)

public static BytePointer TF_TString_GetMutableDataPointer (TF_TString str)

public static long TF_TString_GetSize (TF_TString str)

public static int TF_TString_GetType (TF_TString str)

public static void TF_TString_Init (TF_TString str)

public static void TF_TString_Move (TF_TString dst, TF_TString src)

public static void TF_TString_Reserve (TF_TString str, long new_cap)

public static BytePointer TF_TString_Resize (TF_TString str, long new_size, byte c)

public static BytePointer TF_TString_ResizeUninitialized (TF_TString str, long new_size)

public static int TF_TString_SmallCapacity ()

enum

public static long TF_TString_ToActualSizeT (long size)

public static long TF_TString_ToInternalSizeT (long size, int type)

public static void TF_TensorBitcastFrom (TF_Tensor from, int type, TF_Tensor to, LongPointer new_dims, int num_new_dims, TF_Status status)

public static long TF_TensorByteSize (TF_Tensor arg0)

public static Pointer TF_TensorData (TF_Tensor arg0)

public static long TF_TensorElementCount (TF_Tensor tensor)

public static boolean TF_TensorIsAligned (TF_Tensor arg0)

public static TF_Tensor TF_TensorMaybeMove (TF_Tensor tensor)

public static int TF_TensorType (TF_Tensor arg0)

public static byte TF_TryEvaluateConstant (TF_Graph graph, TF_Output output, PointerPointer result, TF_Status status)

public static void TF_UpdateEdge (TF_Graph graph, TF_Output new_src, TF_Input dst, TF_Status status)

public static BytePointer TF_Version ()

public static long TF_align16 (long i)

public static long TF_max (long a, long b)

public static long TF_min (long a, long b)

public static int TF_swap32 (int host_int)