![]() |
OpenMS
|
#include <OpenMS/config.h>#include <cstddef>#include <cstdint>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| struct | PeptDeepInputConfig |
| Sequence-padding policy for PeptDeep ONNX inputs. More... | |
| struct | PeptDeepInputBatch |
| Flat tensor buffers and dimensions for a PeptDeep ONNX batch. More... | |
| class | PeptDeepInputBuilder |
| Shared featurization for PeptDeep RT, CCS, and MS2 ONNX predictors. More... | |
Namespaces | |
| namespace | OpenMS |
| Main OpenMS namespace. | |
| namespace | OpenMS::ML |
| struct OpenMS::ML::PeptDeepInputConfig |
Sequence-padding policy for PeptDeep ONNX inputs.
| struct OpenMS::ML::PeptDeepInputBatch |
Flat tensor buffers and dimensions for a PeptDeep ONNX batch.
| Class Members | ||
|---|---|---|
| vector< int64_t > | aa_indices | |
| size_t | batch_size = 0 | |
| vector< float > | charges | |
| vector< int64_t > | instrument_indices | |
| vector< float > | mod_x | |
| vector< float > | nces | |
| size_t | sequence_length = 0 | |