![]() |
ATLAS Offline Software
|
Classes | |
| class | ExampleMLInferenceWithTriton |
| Algorithm demonstrating the usage of the Triton Client API. More... | |
| class | IAthInferenceTool |
| struct | TritonDType |
| struct | TritonDType< float > |
| struct | TritonDType< int64_t > |
| class | TritonTool |
Typedefs | |
| using | DataVariant = std::variant<std::vector<float>, std::vector<int64_t> > |
| using | InferenceData = std::pair<std::vector<int64_t>, DataVariant> |
| using | InputDataMap = std::map<std::string, InferenceData> |
| using | OutputDataMap = std::map<std::string, InferenceData> |
| using AthInfer::DataVariant = std::variant<std::vector<float>, std::vector<int64_t> > |
Definition at line 14 of file IAthInferenceTool.h.
| using AthInfer::InferenceData = std::pair<std::vector<int64_t>, DataVariant> |
Definition at line 15 of file IAthInferenceTool.h.
| using AthInfer::InputDataMap = std::map<std::string, InferenceData> |
Definition at line 16 of file IAthInferenceTool.h.
| using AthInfer::OutputDataMap = std::map<std::string, InferenceData> |
Definition at line 17 of file IAthInferenceTool.h.