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

Method endScope

web/src/runtime.ts:997–999  ·  view source on GitHub ↗

* End a scope and release all created TVM objects * under the current scope. * * Exception: one can call moveToParentScope to move * a value to parent scope.

()

Source from the content-addressed store, hash-verified

995 * a value to parent scope.
996 */
997 endScope(): void {
998 this.ctx.endScope();
999 }
1000
1001 /**
1002 * Perform action under a new scope.

Callers 8

withNewScopeMethod · 0.95
example.jsFile · 0.45
asyncInitServerMethod · 0.45
test_vm.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected