Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ numDataIds
Method
numDataIds
tfjs-node/src/nodejs_kernel_backend.ts:212–214 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
210
}
211
212
numDataIds(): number {
213
return
this.tensorMap.numDataIds();
214
}
215
216
dispose(): void {}
217
Callers
nothing calls this directly
Calls
1
numDataIds
Method · 0.65
Tested by
no test coverage detected