Contents

max(y:)

Adds an element-wise maximum operation to the current graph.

Declaration

func max(y: some BNNSGraph.Builder.OperationParameter<T>) -> BNNSGraph.Builder.Tensor<T>

Parameters

  • y:

    The y in max(self, y).