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

Function is_valid_pixel

tests/validation/reference/Conv3D.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54namespace
55{
56inline bool is_valid_pixel(int i, int min, int max)
57{
58 return (i >= min && i < max);
59}
60
61// Evaluate the weights against an element in a given tensor.
62template <typename T,

Callers 1

calculate_conv3dFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected