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 8dc54d5 commit 03bf8f3Copy full SHA for 03bf8f3
extension/runner_util/managed_tensor.h
@@ -10,6 +10,9 @@
10
#include <executorch/runtime/core/exec_aten/util/dim_order_util.h>
11
#include <executorch/runtime/core/exec_aten/util/tensor_util.h>
12
#include <executorch/runtime/platform/assert.h>
13
+#include <memory>
14
+// @nolint PATTERNLINT Ok to use stdlib for this optional library
15
+#include <vector>
16
17
#ifdef USE_ATEN_LIB
18
#include <torch/torch.h>
0 commit comments