11#include <OpenMS/config.h>
27 explicit PeptDeepRTInference(
const std::string& model_path,
int intra_op_threads = 4,
size_t batch_size = 500);
40 std::vector<float>
predictRT(
const std::vector<std::string>& peptides);
Definition ONNXPredictorBase.h:28
Definition PeptDeepRTInference.h:19
size_t batch_size_
Definition PeptDeepRTInference.h:44
PeptDeepRTInference(const std::string &model_path, int intra_op_threads=4, size_t batch_size=500)
Constructor initializes the ONNX environment and loads the model.
~PeptDeepRTInference()
Destructor.
ONNXPredictorBase model_
Definition PeptDeepRTInference.h:43
std::vector< float > predictRT(const std::vector< std::string > &peptides)
Predicts Retention Times for a list of peptide sequences.
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19