|
triton_cpp v1.2.1
Header-only C++ wrapper for NVIDIA Triton Inference Server clients
|
#include <optional>#include <variant>#include <Eigen/Dense>#include <eigen3/unsupported/Eigen/CXX11/Tensor>#include <common.h>#include <grpc_client.h>#include <grpc_service.pb.h>#include <ipc.h>#include <model_config.pb.h>#include "triton_cpp/cuda_shm.hpp"#include "triton_cpp/shm.hpp"#include "triton_cpp/types.hpp"#include "triton_cpp/utils.hpp"Go to the source code of this file.
Classes | |
| class | triton_cpp::TritonInterface |
| Synchronous, typed interface to one model served by Triton. More... | |
Namespaces | |
| namespace | triton_cpp |
Macros | |
| #define | TRITON_ENABLE_GPU |
| #define TRITON_ENABLE_GPU |
Definition at line 13 of file triton_interface.hpp.