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