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 d24af2b commit 90d0c1aCopy full SHA for 90d0c1a
extension/runner_util/managed_tensor.h
@@ -10,6 +10,10 @@
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
+// NOTE: required by torchchat install_et.sh script.
15
+// @nolint PATTERNLINT Ok to use stdlib for this optional library
16
+#include <vector>
17
18
#ifdef USE_ATEN_LIB
19
#include <torch/torch.h>
0 commit comments