softmax method

ValueVector softmax()

Implementation

ValueVector softmax() {
  return ValueVector(Value.softmax(values));
}