Contents

argMin(axis:keepDimension:)

Adds an argmin operation to the current graph.

Declaration

func argMin(axis: Int, keepDimension: Bool) -> BNNSGraph.Builder.Tensor<Int32>

Discussion

This function calculates the first index of the minimum value in the tensor.