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

Method refCount

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

Source from the content-addressed store, hash-verified

99 */
100export class KernelBackend implements TensorStorage, Backend, BackendTimer {
101 refCount(dataId: DataId): number {
102 return notYetImplemented('refCount');
103 }
104 incRef(dataId: DataId): void {
105 return notYetImplemented('incRef');
106 }

Callers

nothing calls this directly

Calls 1

notYetImplementedFunction · 0.85

Tested by

no test coverage detected