mod function

VARP mod(
  1. VARP x,
  2. VARP y
)

Implementation

VARP mod(VARP x, VARP y) => VARP.fromPointer(C.mnn_expr_Mod(x.ptr, y.ptr));