Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Runtime] Add "TVM_DLL" to NDArray cache load func (#16541)
The `NDArrayCacheMetadata::Load` function lacks the `TVM_DLL` attribute which leads to build failure on Windows. This PR fixes the issue.
- Loading branch information