3#ifndef OnnxRuntimeSessionToolCUDA_H
4#define OnnxRuntimeSessionToolCUDA_H
29 virtual StatusCode
initialize() override final;
46 Gaudi::Property<std::string>
m_modelFileName{
this,
"ModelFileName",
"",
"The model file name"};
48 Gaudi::Property<int>
m_deviceId{
this,
"DeviceId", 0,
"Device ID to use"};
Namespace holding all of the Onnx Runtime example code.