(self, act)
| 45 | |
| 46 | class NoParameters(Saveable): |
| 47 | def __init__(self, act): |
| 48 | self.act = act |
| 49 | def __call__(self, in_expr): |
| 50 | return self.act(dy.cmult(in_expr)) |
| 51 | def get_components(self): return [] |
nothing calls this directly
no outgoing calls
no test coverage detected