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
yinmax(self, y).
Adds an element-wise maximum operation to the current graph.
func max(y: some BNNSGraph.Builder.OperationParameter<T>) -> BNNSGraph.Builder.Tensor<T>The y in max(self, y).