We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06f9da7 commit edd97fdCopy full SHA for edd97fd
onnxruntime/test/providers/io_binding_test.cc
@@ -13,11 +13,14 @@
13
#include <fstream>
14
#include <random>
15
16
+#include "core/graph/model.h"
17
#include "core/framework/tensorprotoutils.h"
18
#include "core/session/IOBinding.h"
19
20
#include "test/unittest_util/framework_test_utils.h"
21
+#include "test/providers/provider_test_utils.h"
22
#include "test/util/include/default_providers.h"
23
+#include "test/test_environment.h"
24
25
using namespace ONNX_NAMESPACE;
26
0 commit comments