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 3c449ee commit ecbbcf7Copy full SHA for ecbbcf7
onnxruntime/core/providers/qnn/builder/qnn_node_group/scale_softmax_fusion.cc
@@ -4,13 +4,13 @@
4
#include "core/providers/qnn/builder/qnn_node_group/scale_softmax_fusion.h"
5
6
#include <gsl/gsl>
7
-#include <cassert>
8
#include <optional>
9
#include <utility>
10
#include <string>
11
#include <array>
12
#include <memory>
13
#include <unordered_map>
+#include <vector>
14
15
#include "core/providers/qnn/builder/qnn_utils.h"
16
#include "core/providers/qnn/builder/op_builder_factory.h"
0 commit comments