![]() |
Project
|
#include <onnxruntime_cxx_api.h>
#include <optional>
#include <vector>
Go to the source code of this file.
Classes | |
class | o2::zdc::fastsim::processors::StandardScaler |
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 |
namespace | o2::zdc::fastsim::processors |
Functions | |
std::vector< int > | o2::zdc::fastsim::processors::readClassifier (const Ort::Value &value, size_t batchSize) |
Reads predicted class as int. | |
std::vector< std::array< long, 5 > > | o2::zdc::fastsim::processors::calculateChannels (const Ort::Value &value, size_t batchSize) |
Calculate 5 channels values from 44x44 float array (for every batch) | |
Definition in file Processors.h.