standard static method

num standard(
  1. num value
)

Implementation

static num standard(num value) {
  return Activation.reLU(value);
}