Searched refs:clone_map (Results 1 – 2 of 2) sorted by relevance
345 absl::flat_hash_map<HloInstruction*, HloInstruction*> clone_map; in CreateFusedComputation() local352 clone_map.insert({old_param, new_param}); in CreateFusedComputation()368 CHECK(clone_map.find(old_opnd) != clone_map.end()); in CreateFusedComputation()369 new_opnds.push_back(clone_map[old_opnd]); in CreateFusedComputation()373 clone_map.insert({old_instr, new_instr}); in CreateFusedComputation()386 auto new_output = clone_map[old_output]; in CreateFusedComputation()
136 *clone_map; in ClonePixelChannelMap() local139 clone_map=AcquirePixelChannelMap(); in ClonePixelChannelMap()140 if (clone_map == (PixelChannelMap *) NULL) in ClonePixelChannelMap()142 (void) memcpy(clone_map,channel_map,MaxPixelChannels* in ClonePixelChannelMap()144 return(clone_map); in ClonePixelChannelMap()