Searched defs:h (Results 1 – 3 of 3) sorted by relevance
50 const int32_t h = input_dims->h; in arm_transpose_s8_nhcw() local133 const int32_t h = input_dims->h; in arm_transpose_s8_default() local178 const int32_t h = input_dims->h; in arm_transpose_s8() local
64 int32_t h; /**< Height */ member86 int32_t h; /**< Height */ member
55 #define CLAMP(x, h, l) MAX(MIN((x), (h)), (l)) argument