MCPcopy Index your code
hub / github.com/apache/tvm / updateViews

Method updateViews

web/src/memory.ts:492–497  ·  view source on GitHub ↗

* Update internal cache views.

()

Source from the content-addressed store, hash-verified

490 * Update internal cache views.
491 */
492 private updateViews(): void {
493 this.viewU8 = new Uint8Array(this.buffer);
494 this.viewI32 = new Int32Array(this.buffer);
495 this.viewU32 = new Uint32Array(this.buffer);
496 this.viewF64 = new Float64Array(this.buffer);
497 }
498}

Callers 2

constructorMethod · 0.95
allocRawBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected