Home | History | Annotate | Download | only in ceres

Lines Matching defs:residual_blocks_

209     CHECK(residual_blocks_.get() == NULL)
212 residual_blocks_.reset(new ResidualBlockSet);
216 CHECK(residual_blocks_.get() != NULL)
219 residual_blocks_->insert(residual_block);
223 CHECK(residual_blocks_.get() != NULL)
226 CHECK(residual_blocks_->find(residual_block) != residual_blocks_->end())
228 residual_blocks_->erase(residual_block);
234 return residual_blocks_.get();
313 scoped_ptr<ResidualBlockSet> residual_blocks_;