 |
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef METUTILITIES_MET_METNETHANDLER_H
9 #define METUTILITIES_MET_METNETHANDLER_H
15 #include <onnxruntime_cxx_api.h>
Ort::AllocatorWithDefaultOptions m_onnxAllocator
std::unique_ptr< Ort::Session > m_onnxSession ATLAS_THREAD_SAFE
std::vector< const char * > m_graphOutputNames
unsigned int getReqSize() const
std::vector< int64_t > m_outputDims
std::vector< int64_t > m_inputDims
virtual ~METNetHandler()=default
std::vector< const char * > m_graphInputNames
void predict(std::vector< float > &outputs, std::vector< float > &inputs) const
Ort::SessionOptions m_onnxSessionOptions
Define macros for attributes used to control the static checker.
std::mutex m_onnxMutex ATLAS_THREAD_SAFE