Searched refs:ofm (Results 1 – 1 of 1) sorted by relevance
144 struct feat_matrix ofm; member248 u32 ifm_height = st->ofm.height[2] * stride_y + in calc_sizes()250 u32 ifm_width = st->ofm.width * stride_x + in calc_sizes()263 0, st->ofm.depth); in calc_sizes()294 len = feat_matrix_length(info, &st->ofm, st->ofm.width, in calc_sizes()295 st->ofm.height[2], st->ofm.depth); in calc_sizes()297 op, st->ofm.region, st->ofm.base[0], len); in calc_sizes()300 info->output_region[st->ofm.region] = true; in calc_sizes()314 height = st->ifm.broadcast & 0x1 ? 0 : st->ofm.height[2]; in calc_sizes_elemwise()315 width = st->ifm.broadcast & 0x2 ? 0 : st->ofm.width; in calc_sizes_elemwise()[all …]