relu method

Tensor relu()

Implementation

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