| 816 | } |
| 817 | |
| 818 | Result<Datum> MinElementWise(const std::vector<Datum>& args, |
| 819 | ElementWiseAggregateOptions options, ExecContext* ctx) { |
| 820 | return CallFunction("min_element_wise", args, &options, ctx); |
| 821 | } |
| 822 | |
| 823 | // ---------------------------------------------------------------------- |
| 824 | // Set-related operations |