Lines Matching refs:dependencies
5 … you to develop an application by creating tasks and describing their dependencies. It supports da…
9 … you to develop an application by creating tasks and describing their dependencies. Function Flow …
15 …eatures, decompose the application into tasks and describe their data dependencies during static p…
19 …cuted based on the input and output dependencies explicitly expressed during task creation. If the…
23 … you to develop an application by creating tasks and describing their dependencies. Its most outst…
43 Data-driven means that the dependency between tasks is expressed through data dependencies.
47 Data dependencies, consisting of **in_deps** and **out_deps**, are abstracted as a list of data sig…
53 …ndency expression, FFRT can dynamically build different types of data dependencies between tasks a…
151 ### The number of input and output dependencies is limited.
153 For **submit()**, the total number of input dependencies and output dependencies of each task canno…
155 For **submit_h()**, the total number of input dependencies and output dependencies of each task can…
157 …ut dependency is {&x} and the output dependency is also {&x}, then the number of dependencies is 1.