()
| 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 { |
nothing calls this directly
no outgoing calls
no test coverage detected