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

Method dispose

web/src/runtime.ts:81–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79 }
80
81 dispose(): void {
82 while (this.recycledCallStacks.length != 0) {
83 (this.recycledCallStacks.pop() as Disposable).dispose();
84 }
85 this.webGPUContext?.dispose();
86 }
87
88 sizeofPtr(): number {
89 return this.memory.sizeofPtr();

Callers

nothing calls this directly

Calls 2

disposeMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected