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