Searched refs:ofm (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/accel/ethosu/ |
| H A D | ethosu_gem.c | 145 struct feat_matrix ofm; member 205 u32 x, u32 y, u32 c, bool ofm) in feat_matrix_length() argument 247 element_size = BIT((fm->precision >> (ofm ? 1 : 2)) & 0x3); in feat_matrix_length() 251 element_size = BIT((fm->precision >> (ofm ? 1 : 2)) & 0x3); in feat_matrix_length() 277 s32 ifm_height = st->ofm.height[2] * stride_y + in calc_sizes() 279 s32 ifm_width = st->ofm.width * stride_x + in calc_sizes() 295 0, st->ofm.depth, false); in calc_sizes() 326 len = feat_matrix_length(edev, info, &st->ofm, st->ofm.width, in calc_sizes() 327 st->ofm.height[2], st->ofm.depth, true); in calc_sizes() 329 op, st->ofm.region, st->ofm.base[0], len); in calc_sizes() [all …]
|