The activation function for the base layer.
(self)
| 71 | |
| 72 | @property |
| 73 | def act_fn(self): |
| 74 | """The activation function for the base layer.""" |
| 75 | return self._base_layer.act_fn |
| 76 | |
| 77 | @property |
| 78 | def X(self): |
no outgoing calls
no test coverage detected