MCPcopy
hub / github.com/apache/tvm / Disposable

Interface Disposable

web/src/types.ts:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 * which needs to be explicitly disposed.
45 */
46export interface Disposable {
47 /**
48 * Dispose the internal resource
49 * This function can be called multiple times,
50 * only the first call will take effect.
51 */
52 dispose: () => void;
53}

Callers

nothing calls this directly

Implementers 7

CanvasRenderManagerweb/src/webgpu.ts
CachedCallStackweb/src/memory.ts
FFILibraryweb/src/runtime.ts
RuntimeContextweb/src/runtime.ts
TVMObjectweb/src/runtime.ts
VirtualMachineweb/src/runtime.ts
Instanceweb/src/runtime.ts

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…