Searched refs:dest_map (Results 1 – 2 of 2) sorted by relevance
220 TensorMap<Tensor<int, 1> > dest_map(dest, 5); in test_same_type() local222 dest_data = dest_map.data(); in test_same_type()223 dest_map = orig_map; in test_same_type()225 VERIFY_IS_EQUAL(dest_map.data(), dest_data); in test_same_type()
582 def _MergeCQExtraTrybotsMaps(dest_map, map_to_be_consumed): argument585 dest_map[master].update(trybots)586 return dest_map