MCPcopy Create free account
hub / github.com/numpy/numpy / _PyArray_ArgMinWithKeepdims

Function _PyArray_ArgMinWithKeepdims

numpy/core/src/multiarray/calculation.c:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214NPY_NO_EXPORT PyObject *
215_PyArray_ArgMinWithKeepdims(PyArrayObject *op,
216 int axis, PyArrayObject *out, int keepdims)
217{
218 return _PyArray_ArgMinMaxCommon(op, axis, out, keepdims, 0);
219}
220
221/*NUMPY_API
222 * ArgMin

Callers 1

array_argminFunction · 0.85

Calls 1

_PyArray_ArgMinMaxCommonFunction · 0.85

Tested by

no test coverage detected