MCPcopy Create free account
hub / github.com/tensorflow/tfjs / dispose

Method dispose

tfjs-node/src/nodejs_kernel_backend.ts:216–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 dispose(): void {}
217
218 async read(dataId: DataId): Promise<backend_util.BackendValues> {
219 return this.readSync(dataId);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected