MCPcopy Create free account
hub / github.com/apache/tvm / loadU32

Method loadU32

web/src/memory.ts:67–72  ·  view source on GitHub ↗
(ptr: Pointer)

Source from the content-addressed store, hash-verified

65 }
66
67 loadU32(ptr: Pointer): number {
68 if (this.buffer != this.memory.buffer) {
69 this.updateViews();
70 }
71 return this.viewU32[ptr >> 2];
72 }
73
74 loadI32(ptr: Pointer): number {
75 if (this.buffer != this.memory.buffer) {

Callers 5

loadPointerMethod · 0.95
loadUSizeMethod · 0.95
loadSmallStrMethod · 0.95
loadSmallBytesMethod · 0.95
typeKey2IndexMethod · 0.80

Calls 1

updateViewsMethod · 0.95

Tested by

no test coverage detected