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

Method asyncifyEnabled

web/src/runtime.ts:957–959  ·  view source on GitHub ↗

* Check whether we enabled asyncify mode * @returns The asynctify mode toggle

()

Source from the content-addressed store, hash-verified

955 * @returns The asynctify mode toggle
956 */
957 asyncifyEnabled(): boolean {
958 return this.asyncifyHandler.enabled();
959 }
960
961 dispose(): void {
962 this.deviceLostIsError = false; // prevent dispose to trigger device.lost error

Callers 1

Calls 1

enabledMethod · 0.45

Tested by

no test coverage detected