diff --git a/develop/doc/operators.json b/develop/doc/operators.json index 6386f6ad85c9a783adb03e3bf69128cb2f5ccd9f..23dc607913728b32a755138905358066f24f552d 100644 --- a/develop/doc/operators.json +++ b/develop/doc/operators.json @@ -661,6 +661,45 @@ "intermediate" : 1 } ], "attrs" : [ ] +},{ + "type" : "parallel_do", + "comment" : "\nParallelDo Operator.\n", + "inputs" : [ + { + "name" : "inputs", + "comment" : "", + "duplicable" : 1, + "intermediate" : 0 + }, { + "name" : "parameters", + "comment" : "", + "duplicable" : 1, + "intermediate" : 0 + }, { + "name" : "places", + "comment" : "", + "duplicable" : 0, + "intermediate" : 0 + } ], + "outputs" : [ + { + "name" : "outputs", + "comment" : "", + "duplicable" : 1, + "intermediate" : 0 + }, { + "name" : "parallel_scopes", + "comment" : "", + "duplicable" : 0, + "intermediate" : 0 + } ], + "attrs" : [ + { + "name" : "sub_block", + "type" : "block id", + "comment" : "", + "generated" : 0 + } ] },{ "type" : "save", "comment" : "\nSave operator\n\nThis operator will serialize and write a tensor variable to file on disk.\n",