VARP prod(VARP x, {List<int> axis = const [], bool keepDims = false}) { return F.reduceProd(x, axis: axis, keepDims: keepDims); }