Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/tvm
/ storeF64
Method
storeF64
web/src/memory.ts:433–435 ·
view source on GitHub ↗
(offset: PtrOffset, value: number)
Source
from the content-addressed store, hash-verified
431
}
432
433
storeF64(offset: PtrOffset, value: number): void {
434
this.viewF64[offset >> 3] = value;
435
}
436
437
storeRawBytes(offset: PtrOffset, bytes: Uint8Array): void {
438
this.viewU8.set(bytes, offset);
Callers
1
setPackedArguments
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected