bias property

MLOperand get bias

Implementation

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

Implementation

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