Skip to main content

Single Node Scheduling

In this section we utilizes intra-node parallelism to improve processing speed

📄ī¸ Custom Backend

We have found that a major problem in business is that the preset backends (computational backend/scheduling backend/RPC backend/cross-process backend, etc.) cannot cover all requirements. Typically, extending the backend is not the task of the user, but rather the task of the library developer. Torchpipe holds a different perspective, believing that the backend itself is also an API oriented towards the user. Therefore, the backend must be designed to be simple enough. Drawing on the design of frameworks such as GStreamer and FFmpeg, and targeting modern C++ and Python, Torchpipe hopes that the backend: