abs method

Tensor abs()

Implementation

Tensor abs() {
  final h = engine.abs_tensor(_handle);
  return Tensor._raw(h, shape);
}