Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tvm
/ clearCanvas
Method
clearCanvas
web/src/webgpu.ts:566–568 ·
view source on GitHub ↗
* Clear canvas
()
Source
from the content-addressed store, hash-verified
564
* Clear canvas
565
*/
566
clearCanvas() {
567
this.canvasRenderManager?.clear();
568
}
569
570
/**
571
* Bind a canvas element to the runtime.
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected