![]() |
Project
|
#include <onnxruntime_cxx_api.h>
#include <optional>
#include <mutex>
Go to the source code of this file.
Classes | |
class | o2::zdc::fastsim::NeuralFastSimulation |
Abstract class providing interface for various specialized implementations. More... | |
class | o2::zdc::fastsim::ConditionalModelSimulation |
Derived class implementing interface for specific types of models. More... | |
class | o2::zdc::fastsim::BatchHandler |
Meyers Singleton thread safe singleton. Responsible for collecting particle data for batch processing. More... | |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::zdc |
namespace | o2::zdc::fastsim |
Functions | |
std::optional< std::pair< std::vector< float >, std::vector< float > > > | o2::zdc::fastsim::loadScales (const std::string &path) |
loads and parse model scales from file at path | |
Definition in file FastSimulations.h.