static void |
tensorflow.TF_DeleteImportGraphDefOptions(tensorflow.TF_ImportGraphDefOptions opts) |
static void |
tensorflow.TF_GraphImportGraphDef(tensorflow.TF_Graph graph,
tensorflow.TF_Buffer graph_def,
tensorflow.TF_ImportGraphDefOptions options,
tensorflow.TF_Status status) |
static tensorflow.TF_ImportGraphDefResults |
tensorflow.TF_GraphImportGraphDefWithResults(tensorflow.TF_Graph graph,
tensorflow.TF_Buffer graph_def,
tensorflow.TF_ImportGraphDefOptions options,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_GraphImportGraphDefWithReturnOutputs(tensorflow.TF_Graph graph,
tensorflow.TF_Buffer graph_def,
tensorflow.TF_ImportGraphDefOptions options,
tensorflow.TF_Output return_outputs,
int num_return_outputs,
tensorflow.TF_Status status) |
static void |
tensorflow.TF_ImportGraphDefOptionsAddControlDependency(tensorflow.TF_ImportGraphDefOptions opts,
tensorflow.TF_Operation oper) |
static void |
tensorflow.TF_ImportGraphDefOptionsAddInputMapping(tensorflow.TF_ImportGraphDefOptions opts,
BytePointer src_name,
int src_index,
tensorflow.TF_Output dst) |
static void |
tensorflow.TF_ImportGraphDefOptionsAddInputMapping(tensorflow.TF_ImportGraphDefOptions opts,
String src_name,
int src_index,
tensorflow.TF_Output dst) |
static void |
tensorflow.TF_ImportGraphDefOptionsAddReturnOperation(tensorflow.TF_ImportGraphDefOptions opts,
BytePointer oper_name) |
static void |
tensorflow.TF_ImportGraphDefOptionsAddReturnOperation(tensorflow.TF_ImportGraphDefOptions opts,
String oper_name) |
static void |
tensorflow.TF_ImportGraphDefOptionsAddReturnOutput(tensorflow.TF_ImportGraphDefOptions opts,
BytePointer oper_name,
int index) |
static void |
tensorflow.TF_ImportGraphDefOptionsAddReturnOutput(tensorflow.TF_ImportGraphDefOptions opts,
String oper_name,
int index) |
static int |
tensorflow.TF_ImportGraphDefOptionsNumReturnOperations(tensorflow.TF_ImportGraphDefOptions opts) |
static int |
tensorflow.TF_ImportGraphDefOptionsNumReturnOutputs(tensorflow.TF_ImportGraphDefOptions opts) |
static void |
tensorflow.TF_ImportGraphDefOptionsRemapControlDependency(tensorflow.TF_ImportGraphDefOptions opts,
BytePointer src_name,
tensorflow.TF_Operation dst) |
static void |
tensorflow.TF_ImportGraphDefOptionsRemapControlDependency(tensorflow.TF_ImportGraphDefOptions opts,
String src_name,
tensorflow.TF_Operation dst) |
static void |
tensorflow.TF_ImportGraphDefOptionsSetPrefix(tensorflow.TF_ImportGraphDefOptions opts,
BytePointer prefix) |
static void |
tensorflow.TF_ImportGraphDefOptionsSetPrefix(tensorflow.TF_ImportGraphDefOptions opts,
String prefix) |
static void |
tensorflow.TF_ImportGraphDefOptionsSetUniquifyNames(tensorflow.TF_ImportGraphDefOptions opts,
byte uniquify_names) |
static void |
tensorflow.TF_ImportGraphDefOptionsSetUniquifyPrefix(tensorflow.TF_ImportGraphDefOptions opts,
byte uniquify_prefix) |