input method

MLOperand input(
  1. String name,
  2. MLOperandDescriptor desc
)

Implementation

MLOperand input(String name, MLOperandDescriptor desc) =>
    js_util.callMethod(this, 'input', [name, desc]);