|
triton_cpp v1.2.1
Header-only C++ wrapper for NVIDIA Triton Inference Server clients
|
#include <fcntl.h>#include <sys/mman.h>#include <unistd.h>#include <cstdint>#include <stdexcept>#include <string>#include <utility>Go to the source code of this file.
Classes | |
| class | triton_cpp::detail::PosixSharedMemory |
| class | triton_cpp::SharedMemoryRegion |
| Own a POSIX shared-memory mapping used by the Triton client. More... | |
Namespaces | |
| namespace | triton_cpp |
| namespace | triton_cpp::detail |