argmin

Performs an argmin over the specified dimension.

argmin
(,
size_t axis
,
string mod = __MODULE__
,
size_t line = __LINE__
)

Parameters

input Operation

The operation to perform argmin on.

axis size_t

The diension the argmin should be performed over.

Return Value

Type: Operation

The new argmin operation.

Meta