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

Method dispose

tfjs-layers/src/engine/input_layer.ts:126–129  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 override dispose(): DisposeResult {
127 // dispose() for InputLayer is overridden as no-op.
128 return {refCountAfterDispose: this._refCount, numDisposedVariables: 0};
129 }
130
131 override getConfig(): serialization.ConfigDict {
132 return {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected