Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm-ffi
/ CalcCapacityImpl
Method
CalcCapacityImpl
include/tvm/ffi/container/array.h:547–549 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
545
/// \cond Doxygen_Suppress
546
template <typename... Args>
547
static size_t CalcCapacityImpl() {
548
return 0;
549
}
550
551
template <typename... Args>
552
static size_t CalcCapacityImpl(Array<T> value, Args... args) {
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected