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

Method registerInitProgressCallback

web/src/runtime.ts:1195–1197  ·  view source on GitHub ↗

* Register a call back for fetch progress. * * @param cb the fetch progress callback.

(cb: InitProgressCallback)

Source from the content-addressed store, hash-verified

1193 * @param cb the fetch progress callback.
1194 */
1195 registerInitProgressCallback(cb: InitProgressCallback) {
1196 this.initProgressCallback.push(cb);
1197 }
1198
1199 /**
1200 * Get parameters in the form of prefix_i

Callers 1

asyncInitServerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected