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 1b55643 commit 6919f48Copy full SHA for 6919f48
mmcv/ops/csrc/common/pytorch_npu_helper.hpp
@@ -26,6 +26,7 @@
26
27
#define NPU_NAME_SPACE at_npu::native
28
29
+const int SIZE = 8;
30
c10::SmallVector<int64_t, SIZE> array_to_small_vector(c10::IntArrayRef shape)
31
{
32
c10::SmallVector<int64_t, SIZE> shape_small_vec;
0 commit comments