Searched refs:new_residual_block (Results 1 – 2 of 2) sorted by relevance
398 const ResidualBlock* new_residual_block = in TEST() local401 new_residual_block->NumParameterBlocks()); in TEST()403 new_residual_block->NumResiduals()); in TEST()405 new_residual_block->NumScratchDoublesForEvaluate()); in TEST()411 new_residual_block->parameter_blocks()[j]); in TEST()
274 ResidualBlock* new_residual_block = in AddResidualBlock() local283 parameter_block_ptrs[i]->AddResidualBlock(new_residual_block); in AddResidualBlock()287 program_->residual_blocks_.push_back(new_residual_block); in AddResidualBlock()288 return new_residual_block; in AddResidualBlock()