Searched refs:packed_side_block_ (Results 1 – 1 of 1) sorted by relevance
307 : packed_side_block_(packed_side_block), src_map_(src_map) {} in PackSideBlockImpl()309 PackedSideBlock* packed_side_block() const { return packed_side_block_; } in packed_side_block()315 memset(packed_side_block_->sums_of_each_slice(), 0, in PackL2()316 sizeof(std::int32_t) * packed_side_block_->params().l2_width); in PackL2()318 d += packed_side_block_->params().l1_depth) { in PackL2()319 int ds = std::min<int>(packed_side_block_->params().l1_depth, in PackL2()323 w += packed_side_block_->params().l1_width) { in PackL2()324 int ws = std::min<int>(packed_side_block_->params().l1_width, in PackL2()338 packed_side_block_->seek_run(start_width + w, start_depth); in PackL1()369 b.Pack(packed_side_block_, start_width); in PackRun()[all …]