Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ numStorageBytes
Method
numStorageBytes
web/src/runtime.ts:428–430 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
426
}
427
428
numStorageBytes(): number {
429
return
(this.bits * this.lanes + 7) >> 3;
430
}
431
}
432
433
/**
Callers
1
copyFromRawBytes
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected