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

Function UBYTE_clip

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

Source from the content-addressed store, hash-verified

172 return _npy_clip<npy::byte_tag>(args, dimensions, steps);
173}
174NPY_NO_EXPORT void
175UBYTE_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
176 void *NPY_UNUSED(func))
177{
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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected