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 253 len = feat_matrix_length(info, &st->ifm, ifm_width, in calc_sizes() 262 len = feat_matrix_length(info, &st->ifm2, st->ifm.depth, in calc_sizes() 294 len = feat_matrix_length(info, &st->ofm, st->ofm.width, in calc_sizes() 318 len = feat_matrix_length(info, &st->ifm, width, in calc_sizes_elemwise() 331 len = feat_matrix_length(info, &st->ifm2, width, in calc_sizes_elemwise() 339 len = feat_matrix_length(info, &st->ofm, st->ofm.width, in calc_sizes_elemwise()
|