1
0
Fork 0
onnx-web/docs/architecture.md

13 lines
362 B
Markdown
Raw Normal View History

2023-12-16 22:01:21 +00:00
# Architecture
## Contents
## Chain Pipelines
Chain pipelines provide a way to run any number and combination of other pipelines, automatically splitting them
into the correct tile size and passing the output on to the next stage.
## Worker Pool
The worker pool is a process pool that manages one or more worker processes for each device (typically a GPU).