Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ getNumUsedBuffers
Method
getNumUsedBuffers
tfjs-backend-webgpu/src/buffer_manager.ts:90–92 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
88
}
89
90
getNumUsedBuffers(): number {
91
return
this.numUsedBuffers;
92
}
93
94
getNumFreeBuffers(): number {
95
return
this.numFreeBuffers;
Callers
1
backend_webgpu_test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected