mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-07 01:22:59 +08:00
9 lines
140 B
C++
9 lines
140 B
C++
// Copyright by contributors
|
|
#include <dlpack/dlpack.h>
|
|
#include <dlpack/dlpackcpp.h>
|
|
|
|
int main() {
|
|
dlpack::DLTContainer c;
|
|
return 0;
|
|
}
|