bias property

MLOperand bias

Implementation

MLOperand get bias => js_util.getProperty(this, 'bias');
void bias=(MLOperand newValue)

Implementation

set bias(MLOperand newValue) {
  js_util.setProperty(this, 'bias', newValue);
}