ATLAS Offline Software
Loading...
Searching...
No Matches
IAthInferenceTool.h File Reference
#include "AsgTools/IAsgTool.h"
#include <vector>
#include <string>
#include <variant>
#include <map>
Include dependency graph for IAthInferenceTool.h:
This graph shows which files directly or indirectly include this file:

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>