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

Function USHORT_clip

numpy/core/src/umath/clip.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 return _npy_clip<npy::short_tag>(args, dimensions, steps);
185}
186NPY_NO_EXPORT void
187USHORT_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
188 void *NPY_UNUSED(func))
189{
190 return _npy_clip<npy::ushort_tag>(args, dimensions, steps);
191}
192NPY_NO_EXPORT void
193INT_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
194 void *NPY_UNUSED(func))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected