Home
last modified time | relevance | path

Searched defs:kernels_per_core (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_ml_nn.c520 unsigned kernels_per_core = DIV_ROUND_UP(operation->output_channels, nn_core_count); in calc_superblocks() local
880 write_6_weight_format(struct etna_ml_subgraph *subgraph, uint8_t *map, unsigned kernels_per_core, u… in write_6_weight_format()
936 …_weight_format(struct etna_ml_subgraph *subgraph, uint8_t *map, unsigned kernels_per_core, unsigne… in write_interleaved_weight_format()
1005 …_weight_format(struct etna_ml_subgraph *subgraph, uint8_t *map, unsigned kernels_per_core, unsigne… in write_sequential_weight_format()
1080 unsigned kernels_per_core = DIV_ROUND_UP(output_channels, cores_used); in create_coefficients_bo() local