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

Method incRef

tfjs-core/src/tensor.ts:183–183  ·  view source on GitHub ↗
(a: Tensor, backend: Backend)

Source from the content-addressed store, hash-verified

181 initialValue: Tensor, trainable?: boolean, name?: string,
182 dtype?: DataType): Variable;
183 incRef(a: Tensor, backend: Backend): void;
184 disposeTensor(t: Tensor): void;
185 disposeVariable(v: Variable): void;
186 read(dataId: DataId): Promise<BackendValues>;

Callers 10

reshapeFunction · 0.65
identityFunction · 0.65
reshapeFunction · 0.65
identityFunction · 0.65
incRefMethod · 0.65
assignMethod · 0.65
Identity.tsFile · 0.65
reshapeFunction · 0.65
identityFunction · 0.65
reshapeFunction · 0.65

Implementers 1

Enginetfjs-core/src/engine.ts

Calls

no outgoing calls

Tested by

no test coverage detected