I use gpu, superglue and superpoint to reason for a long time, they are 837ms and 1234ms respectively. What's the matter? The inference time is loaded here
`auto start_time1 = std::chrono::steady_clock::now();
auto outputTensors = m_session.Run(Ort::RunOptions{nullptr}, m_inputNodeNames.data(), inputTensors.data(),
m_numInputs, m_outputNodeNames.data(), m_numOutputs);
I use gpu, superglue and superpoint to reason for a long time, they are 837ms and 1234ms respectively. What's the matter? The inference time is loaded here `auto start_time1 = std::chrono::steady_clock::now(); auto outputTensors = m_session.Run(Ort::RunOptions{nullptr}, m_inputNodeNames.data(), inputTensors.data(), m_numInputs, m_outputNodeNames.data(), m_numOutputs);