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

Function SHORT_clip

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

Source from the content-addressed store, hash-verified

178 return _npy_clip<npy::ubyte_tag>(args, dimensions, steps);
179}
180NPY_NO_EXPORT void
181SHORT_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
182 void *NPY_UNUSED(func))
183{
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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected