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

Method dispose

tfjs-core/src/engine.ts:161–165  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

159 };
160
161 dispose() {
162 for (const variableName in this.registeredVariables) {
163 this.registeredVariables[variableName].dispose();
164 }
165 }
166}
167
168export class Engine implements TensorTracker, DataMover {

Callers 4

removeBackendMethod · 0.45
endScopeMethod · 0.45
gradientsMethod · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected