layout property
MLRecurrentNetworkWeightLayout
get
layout
Implementation
MLRecurrentNetworkWeightLayout get layout =>
MLRecurrentNetworkWeightLayout.fromValue(
js_util.getProperty(this, 'layout'));
set
layout
(MLRecurrentNetworkWeightLayout newValue)
Implementation
set layout(MLRecurrentNetworkWeightLayout newValue) {
js_util.setProperty(this, 'layout', newValue.value);
}