#include <algorithms/algorithm.h>
#include <cstdint>
#include <onnxruntime_cxx_api.h>
#include <string>
#include <string_view>
#include <vector>
#include <edm4eic/TensorCollection.h>
#include "algorithms/interfaces/WithPodConfig.h"
#include "algorithms/onnx/ONNXInferenceConfig.h"
Go to the source code of this file.
|
| using | eicrecon::ONNXInferenceAlgorithm = algorithms::Algorithm< algorithms::Input< std::vector< edm4eic::TensorCollection > >, algorithms::Output< std::vector< edm4eic::TensorCollection > > > |
| |