![]() |
ATLAS Offline Software
|
#include "AsgTools/IAsgTool.h"#include <vector>#include <string>#include <variant>#include <map>Go to the source code of this file.
Classes | |
| class | AthInfer::IAthInferenceTool |
Namespaces | |
| namespace | AthInfer |
Typedefs | |
| using | AthInfer::DataVariant = std::variant<std::vector<float>, std::vector<int64_t> > |
| using | AthInfer::InferenceData = std::pair<std::vector<int64_t>, DataVariant> |
| using | AthInfer::InputDataMap = std::map<std::string, InferenceData> |
| using | AthInfer::OutputDataMap = std::map<std::string, InferenceData> |