mark_active {keras3} | R Documentation |
mark_active()
is an alias for active_property()
.
See ?
active_property()
for the full documentation.
mark_active(fn)
fn |
An R function |
fn
, with an additional R attribute that will cause fn
to be
converted to an active property when being converted to a method of a
custom subclass.