From e2afe5e054e1c5f7e294dd3b7e51453be8e2d741 Mon Sep 17 00:00:00 2001 From: Thiago Crepaldi Date: Thu, 2 Apr 2020 03:13:46 +0000 Subject: [PATCH] Revert Session and InferenceSession implementation --- onnxruntime/core/session/inference_session.cc | 3 +- onnxruntime/python/session.py | 80 +++++++++---------- 2 files changed, 39 insertions(+), 44 deletions(-) diff --git a/onnxruntime/core/session/inference_session.cc b/onnxruntime/core/session/inference_session.cc index 852fb46bd8..9d1ba34ef7 100644 --- a/onnxruntime/core/session/inference_session.cc +++ b/onnxruntime/core/session/inference_session.cc @@ -1155,7 +1155,8 @@ Status InferenceSession::Run(const RunOptions& run_options, const std::vector