MCPcopy
hub / github.com/tensorflow/tfjs / delete

Method delete

tfjs-core/src/backends/backend.ts:69–72  ·  view source on GitHub ↗
(dataId: DataId)

Source from the content-addressed store, hash-verified

67 }
68
69 delete(dataId: DataId): boolean {
70 this.dataIdsCount--;
71 return this.data.delete(dataId);
72 }
73
74 numDataIds(): number {
75 return this.dataIdsCount;

Callers 15

findTransitiveBazelDepsFunction · 0.80
deepMapInternalFunction · 0.80
deepZipInternalFunction · 0.80
getMethod · 0.80
putMethod · 0.80
setMaxEntriesMethod · 0.80
disposeDataMethod · 0.80
disposeDataMethod · 0.80
submitQueueMethod · 0.80
generateCloudbuildFunction · 0.80
removeDataIdMethod · 0.80
unregisterKernelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected