Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ numDataIds
Method
numDataIds
tfjs-backend-webgpu/src/backend_webgpu.ts:1038–1040 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1036
}
1037
1038
override numDataIds() {
1039
return
this.tensorMap.numDataIds() - this.tensorDataPendingDisposal.length;
1040
}
1041
1042
override dispose() {
1043
if
(this.disposed) {
Callers
nothing calls this directly
Calls
1
numDataIds
Method · 0.65
Tested by
no test coverage detected