filterLayout property

Implementation

MLConv2dFilterOperandLayout get filterLayout =>
    MLConv2dFilterOperandLayout.fromValue(
        js_util.getProperty(this, 'filterLayout'));
void filterLayout=(MLConv2dFilterOperandLayout newValue)

Implementation

set filterLayout(MLConv2dFilterOperandLayout newValue) {
  js_util.setProperty(this, 'filterLayout', newValue.value);
}