MCPcopy 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

makeTensorMethod · 0.95
makeVariableMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected