()
| 648 | } |
| 649 | |
| 650 | override getConfig() { |
| 651 | const baseConfig = super.getConfig(); |
| 652 | const config = {maskValue: this.maskValue}; |
| 653 | Object.assign(config, baseConfig); |
| 654 | return config; |
| 655 | } |
| 656 | |
| 657 | override computeMask(inputs: Tensor|Tensor[], mask?: Tensor|Tensor[]): |
| 658 | Tensor { |