static tensorflow.FunctionDef |
tensorflow.FunctionDefHelper.Create(BytePointer function_name,
tensorflow.StringVector in_def,
tensorflow.StringVector out_def,
tensorflow.StringVector attr_def,
tensorflow.FunctionDefHelper.Node node_def,
tensorflow.StringStringPairVector ret_def) |
static tensorflow.FunctionDef |
tensorflow.FunctionDefHelper.Create(String function_name,
tensorflow.StringVector in_def,
tensorflow.StringVector out_def,
tensorflow.StringVector attr_def,
tensorflow.FunctionDefHelper.Node node_def,
tensorflow.StringStringPairVector ret_def) |
static tensorflow.FunctionDef |
tensorflow.FunctionDefHelper.Define(BytePointer function_name,
tensorflow.StringVector arg_def,
tensorflow.StringVector ret_def,
tensorflow.StringVector attr_def,
tensorflow.FunctionDefHelper.Node node_def) |
static tensorflow.FunctionDef |
tensorflow.FunctionDefHelper.Define(String function_name,
tensorflow.StringVector arg_def,
tensorflow.StringVector ret_def,
tensorflow.StringVector attr_def,
tensorflow.FunctionDefHelper.Node node_def) |
static tensorflow.FunctionDef |
tensorflow.FunctionDefHelper.Define(tensorflow.StringVector arg_def,
tensorflow.StringVector ret_def,
tensorflow.StringVector attr_def,
tensorflow.FunctionDefHelper.Node node_def) |