On an element-wise basis, computes the absolute value of the input.
(self)
| 85 | return 'Array' |
| 86 | |
| 87 | def abs(self) -> Array: |
| 88 | """On an element-wise basis, computes the absolute value of the input.""" |
| 89 | |
| 90 | return apifunction.ApiFunction.call_(self.name() + '.abs', self) |
| 91 | |
| 92 | def accum( |
| 93 | self, |