Contents

min(y:)

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

Declaration

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

Parameters

  • y:

    The y in min(self, y).