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

13 lines
371 B
Markdown

# onnx-web 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).