Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tensorflow/tfjs
/ nextTensorId
Method
nextTensorId
tfjs-core/src/engine.ts:490–492 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
488
489
private static nextTensorId = 0;
490
private nextTensorId(): number {
491
return
Engine.nextTensorId++;
492
}
493
494
private static nextVariableId = 0;
495
private nextVariableId(): number {
Callers
3
makeTensor
Method · 0.95
makeTensorFromTensorInfo
Method · 0.95
makeVariable
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected