select function

VARP select(
  1. VARP select,
  2. VARP input0,
  3. VARP input1
)

Implementation

VARP select(VARP select, VARP input0, VARP input1) =>
    VARP.fromPointer(C.mnn_expr_Select(select.ptr, input0.ptr, input1.ptr));