Home
last modified time | relevance | path

Searched defs:half_width_weights_end (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DConvolution3d.h60 …const int half_width_weights_end = ((width_weights % 2) == 0) ? (half_width_weights_start - 1) … variable
138 …const int half_width_weights_end = ((width_weights % 2) == 0) ? (half_width_weights_start - 1) … variable