MCPcopy Index your code
hub / github.com/tensorflow/tfjs / nextDataId

Method nextDataId

tfjs-backend-cpu/src/backend_cpu.ts:43–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 private firstUse = true;
42 private static nextDataId = 0;
43 private nextDataId(): number {
44 return MathBackendCPU.nextDataId++;
45 }
46
47 constructor() {
48 super();

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected