15#ifndef O2_GPUTPCNNCLUSTERIZERHOST_H
16#define O2_GPUTPCNNCLUSTERIZERHOST_H
19#include <unordered_map>
33class GPUTPCNNClusterizer;
34struct GPUSettingsProcessingNNclusterizer;
50 std::vector<std::string> splitString(
const std::string& input,
const std::string& delimiter)
52 std::vector<std::string> tokens;
56 while ((found = input.find(delimiter,
pos)) != std::string::npos) {
57 tokens.push_back(input.substr(
pos, found -
pos));
58 pos = found + delimiter.length();
60 tokens.push_back(input.substr(
pos));
A header library for loading ONNX models and inferencing them on CPU and GPU.
std::vector< std::string > reg_model_paths
std::unordered_map< std::string, std::string > OrtOptions
void networkInference(o2::ml::OrtModel model, GPUTPCNNClusterizer &clusterer, size_t size, float *output, int32_t dtype)
o2::ml::OrtModel model_reg_2
o2::ml::OrtModel model_reg_1
GPUTPCNNClusterizerHost()=default
o2::ml::OrtModel model_class