Searched refs:feat_matrix_length (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/accel/ethosu/ |
| H A D | ethosu_gem.c | 181 static u64 feat_matrix_length(struct ethosu_validated_cmdstream_info *info, in feat_matrix_length() function 256 len = feat_matrix_length(info, &st->ifm, ifm_width, in calc_sizes() 265 len = feat_matrix_length(info, &st->ifm2, st->ifm.depth, in calc_sizes() 297 len = feat_matrix_length(info, &st->ofm, st->ofm.width, in calc_sizes() 321 len = feat_matrix_length(info, &st->ifm, width, in calc_sizes_elemwise() 334 len = feat_matrix_length(info, &st->ifm2, width, in calc_sizes_elemwise() 342 len = feat_matrix_length(info, &st->ofm, st->ofm.width, in calc_sizes_elemwise()
|