![]() |
ATLAS Offline Software
|
#include "AthTritonComps/TritonTool.h"#include "AthenaBaseComps/AthAsynchronousAlgorithm.h"#include "AthenaBaseComps/AthMessaging.h"#include <grpc_client.h>#include <grpc_service.pb.h>#include <cassert>#include <cstring>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | AthInfer::TritonDType< float > |
| struct | AthInfer::TritonDType< int64_t > |
| struct | AthInfer::TritonTool::Impl |
Namespaces | |
| namespace | AthInfer |
Macros | |
| #define | TRITON_CHECK(EXP) |
| Shorthand for the Triton client namespace. | |
| #define TRITON_CHECK | ( | EXP | ) |
Shorthand for the Triton client namespace.
Helper macro to check Triton client return codes
Definition at line 24 of file TritonTool.cxx.