Home
last modified time | relevance | path

Searched refs:ifm2 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/accel/ethosu/
H A Dethosu_gem.c147 struct feat_matrix ifm2; member
265 bool ifm, bool ifm2, bool weight, bool scale) in calc_sizes() argument
293 if (ifm2) { in calc_sizes()
294 len = feat_matrix_length(edev, info, &st->ifm2, st->ifm.depth, in calc_sizes()
297 op, st->ifm2.region, st->ifm2.base[0], len); in calc_sizes()
341 bool ifm, bool ifm2) in calc_sizes_elemwise() argument
360 if (ifm2) { in calc_sizes_elemwise()
361 height = st->ifm2.broadcast & 0x1 ? 0 : st->ofm.height[2]; in calc_sizes_elemwise()
362 width = st->ifm2.broadcast & 0x2 ? 0 : st->ofm.width; in calc_sizes_elemwise()
363 depth = st->ifm2.broadcast & 0x4 ? 0 : st->ofm.depth; in calc_sizes_elemwise()
[all …]