Searched refs:packed_side_block_ (Results 1 – 1 of 1) sorted by relevance
403 : packed_side_block_(packed_side_block), src_map_(src_map) {} in PackSideBlockImpl()405 PackedSideBlock* packed_side_block() const { return packed_side_block_; } in packed_side_block()411 memset(packed_side_block_->sums_of_each_slice(), 0, in PackL2()412 sizeof(std::int32_t) * packed_side_block_->params().l2_width); in PackL2()414 d += packed_side_block_->params().l1_depth) { in PackL2()415 int ds = std::min<int>(packed_side_block_->params().l1_depth, in PackL2()419 w += packed_side_block_->params().l1_width) { in PackL2()420 int ws = std::min<int>(packed_side_block_->params().l1_width, in PackL2()434 packed_side_block_->seek_run(start_width + w, start_depth); in PackL1()465 b.Pack(packed_side_block_, start_width, &rounding_offset_generator_); in PackRun()[all …]