ATLAS Offline Software
Loading...
Searching...
No Matches
AthInfer Namespace Reference

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>

Typedef Documentation

◆ DataVariant

using AthInfer::DataVariant = std::variant<std::vector<float>, std::vector<int64_t> >

Definition at line 14 of file IAthInferenceTool.h.

◆ InferenceData

using AthInfer::InferenceData = std::pair<std::vector<int64_t>, DataVariant>

Definition at line 15 of file IAthInferenceTool.h.

◆ InputDataMap

using AthInfer::InputDataMap = std::map<std::string, InferenceData>

Definition at line 16 of file IAthInferenceTool.h.

◆ OutputDataMap

using AthInfer::OutputDataMap = std::map<std::string, InferenceData>

Definition at line 17 of file IAthInferenceTool.h.