Home
last modified time | relevance | path

Searched refs:clone_map (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_loop_fusion.cc345 absl::flat_hash_map<HloInstruction*, HloInstruction*> clone_map; in CreateFusedComputation() local
352 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()
/external/ImageMagick/MagickCore/
Dpixel.c136 *clone_map; in ClonePixelChannelMap() local
139 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()