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