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 d52b1b1 commit 65d2cfdCopy full SHA for 65d2cfd
include/graph/runtime_options.hpp
@@ -1,5 +1,5 @@
1
#pragma once
2
-#include <cstdint>
+#include <cstdint>
3
4
enum class Backend : uint8_t { kNaive, kOneDnn };
5
0 commit comments