![]() |
ATLAS Offline Software
|
#include "FlavorTagInference/SaltModelTriton.h"#include "FlavorTagInference/SaltModelGraphConfig.h"#include "FlavorTagInference/SaltModelOutput.h"#include "CxxUtils/checker_macros.h"#include <onnxruntime_cxx_api.h>#include <stdexcept>#include <tuple>#include <set>#include <memory>Go to the source code of this file.
Classes | |
| struct | TritonDType< float > |
| struct | TritonDType< int64_t > |
Namespaces | |
| namespace | FlavorTagInference |
| This file contains "getter" functions used for accessing tagger inputs from the EDM. | |
Functions | |
| template<typename T> | |
| bool | prepareInput (const std::string &name, const std::vector< int64_t > &shape, const std::vector< T > &data, std::vector< std::shared_ptr< tc::InferInput > > &inputs) |
| template<typename T> | |
| bool | extractOutput (const std::string &name, const std::shared_ptr< tc::InferResult > &result, std::vector< T > &outputVec) |
| bool extractOutput | ( | const std::string & | name, |
| const std::shared_ptr< tc::InferResult > & | result, | ||
| std::vector< T > & | outputVec ) |
Definition at line 55 of file SaltModelTriton.cxx.
| bool prepareInput | ( | const std::string & | name, |
| const std::vector< int64_t > & | shape, | ||
| const std::vector< T > & | data, | ||
| std::vector< std::shared_ptr< tc::InferInput > > & | inputs ) |
Definition at line 22 of file SaltModelTriton.cxx.