Searched refs:factor_batch_map (Results 1 – 1 of 1) sorted by relevance
210 std::unordered_map<size_t, Eigen::MatrixXf> factor_batch_map; in Compute() local226 const auto key_count = factor_batch_map.count(id_hash); in Compute()230 factor_batch_map.emplace( in Compute()236 auto& factor_batch = factor_batch_map[id_hash]; in Compute()