We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e654f8 commit d52b1b1Copy full SHA for d52b1b1
1 file changed
include/graph/runtime_options.hpp
@@ -1,4 +1,5 @@
1
#pragma once
2
+#include <cstdint>
3
4
enum class Backend : uint8_t { kNaive, kOneDnn };
5
0 commit comments