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

Method nextDataId

tfjs-backend-webgpu/src/backend_webgpu.ts:132–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 private hasTimestampQueryWarned = false;
131
132 private nextDataId(): number {
133 return WebGPUBackend.nextDataId++;
134 }
135
136 constructor(device: GPUDevice, adapterInfo?: GPUAdapterInfo) {
137 super();

Callers 2

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected