Registry / networking / tensorpipe

tensorpipe

JSON →
library2022-03-16vcpkgunverified

A tensor-aware point-to-point communication primitive for machine learning.

vcpkg install tensorpipe
INSTALL
IMPORT
SIG · TENSORPIPE
T
tensorpipe
networkingcppv2022-03-16
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tensorpipe/tensorpipe.h
#include <tensorpipe/tensorpipe.h>

Create a TensorPipe context, listen on an address, and connect a pipe.

#include <tensorpipe/tensorpipe.h> int main() { auto context = tensorpipe::Context::create(); auto listener = context->listen({"127.0.0.1", 0}); auto addr = listener->addr(); auto pipe = context->connect(addr); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2022-03-16latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
OpenAI (training)
1
Resources

No resource links recorded.

tensorpipe — pip install tensorpipe · libregistry