![]() |
Project
|
Classes | |
class | StandardScaler |
Functions | |
std::vector< int > | readClassifier (const Ort::Value &value, size_t batchSize) |
Reads predicted class as int. | |
std::vector< std::array< long, 5 > > | calculateChannels (const Ort::Value &value, size_t batchSize) |
Calculate 5 channels values from 44x44 float array (for every batch) | |
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)
value | model prediction |
batchSize |
Definition at line 75 of file Processors.cxx.
std::vector< int > o2::zdc::fastsim::processors::readClassifier | ( | const Ort::Value & | value, |
size_t | batchSize | ||
) |
Reads predicted class as int.
value | model prediction |
batchSize |
Definition at line 65 of file Processors.cxx.