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

Function BYTE_clip

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

Source from the content-addressed store, hash-verified

166 return _npy_clip<npy::bool_tag>(args, dimensions, steps);
167}
168NPY_NO_EXPORT void
169BYTE_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
170 void *NPY_UNUSED(func))
171{
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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected