Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dblock_params.h155 int l2_width; member
165 side_block_params->l2_width = in GetSideBlockParams()
Dpack.h56 allocator_->Reserve<std::uint8_t>(params_.l2_width * params_.l2_depth); in PackedSideBlock()
58 allocator_->Reserve<std::int32_t>(params_.l2_width); in PackedSideBlock()
66 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth; in seek_run()
316 sizeof(std::int32_t) * packed_side_block_->params().l2_width); in PackL2()
/external/gemmlowp/doc/
Dpacking.txt120 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;
Dpacking.md117 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;