HomeSort by relevance Sort by last modified time
    Searched refs:l2_width (Results 1 - 2 of 2) sorted by null

  /external/gemmlowp/internal/
block_params.h 155 int l2_width; member in struct:gemmlowp::SideBlockParams
165 side_block_params->l2_width =
pack.h 56 allocator_->Reserve<std::uint8_t>(params_.l2_width * params_.l2_depth);
58 allocator_->Reserve<std::int32_t>(params_.l2_width);
66 pos_ = params_.l2_width * start_depth + start_width * kernel_run_depth;
316 sizeof(std::int32_t) * packed_side_block_->params().l2_width);

Completed in 2858 milliseconds