MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / is_valid_pixel

Function is_valid_pixel

tests/validation/reference/Convolution3d.h:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39namespace detail
40{
41inline bool is_valid_pixel(int i, int min, int max)
42{
43 return (i >= min && i < max);
44}
45
46// 3D convolution for floating point type
47template <

Callers 1

convolution3dFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected