Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
namespace detail
40
{
41
inline 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
47
template <
Callers
1
convolution3d
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected