"vscode:/vscode.git/clone" did not exist on "037793161e3c180807e86da63607ed4d0b9aead4"
ffi_aliases.h 359 Bytes
Newer Older
1
2
3
4
5
#pragma once

#include <tvm/ffi/cast.h>
#include <tvm/ffi/container/array.h>
#include <tvm/ffi/container/map.h>
6
#include <tvm/ffi/function.h>
7
8
9
10
11
12
13
14
15
16
17
#include <tvm/ffi/memory.h>
#include <tvm/ffi/optional.h>
#include <tvm/ffi/string.h>

namespace tvm {
using ffi::Array;
using ffi::Function;
using ffi::Map;
using ffi::Optional;
using ffi::String;
} // namespace tvm