activations property
Iterable<MLOperator>
get
activations
Implementation
Iterable<MLOperator> get activations =>
js_util.getProperty(this, 'activations');
set
activations
(Iterable<MLOperator> newValue)
Implementation
set activations(Iterable<MLOperator> newValue) {
js_util.setProperty(this, 'activations', newValue);
}