Searched refs:ofm (Results 1 – 1 of 1) sorted by relevance
145 struct feat_matrix ofm; member262 s32 ifm_height = st->ofm.height[2] * stride_y + in calc_sizes()264 s32 ifm_width = st->ofm.width * stride_x + in calc_sizes()280 0, st->ofm.depth); in calc_sizes()311 len = feat_matrix_length(info, &st->ofm, st->ofm.width, in calc_sizes()312 st->ofm.height[2], st->ofm.depth); in calc_sizes()314 op, st->ofm.region, st->ofm.base[0], len); in calc_sizes()317 info->output_region[st->ofm.region] = true; in calc_sizes()331 height = st->ifm.broadcast & 0x1 ? 0 : st->ofm.height[2]; in calc_sizes_elemwise()332 width = st->ifm.broadcast & 0x2 ? 0 : st->ofm.width; in calc_sizes_elemwise()[all …]