mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00
8 lines
166 B
C
8 lines
166 B
C
// Copyright by contributors
|
|
// This file is used to make sure the package is C compatible
|
|
#include <dlpack/dlpack.h>
|
|
|
|
int GetNDim(DLTensor *t) {
|
|
return t->ndim;
|
|
}
|