Searched refs:dst_it (Results 1 – 3 of 3) sorted by relevance
118 auto dst_it = attr.find("_dst"); in TraceString() local120 const string& dst = dst_it != attr.end() ? dst_it->second.s() : ""; in TraceString()162 auto dst_it = attr.find("_dst"); in TraceString() local164 const string& dst = dst_it != attr.end() ? dst_it->second.s() : ""; in TraceString()
182 auto dst_it = output.buffers().begin(); in TakeSubTree() local183 while (dst_it != output.buffers().end()) { in TakeSubTree()184 dst_it->second = src_it->second; in TakeSubTree()187 ++dst_it; in TakeSubTree()
139 auto dst_it = info.input_types.find({dst->id(), dst_port}); in NeedSameDeviceSendRecv() local140 DCHECK(dst_it != info.input_types.end()); in NeedSameDeviceSendRecv()141 return src_it->second != dst_it->second; in NeedSameDeviceSendRecv()153 auto dst_it = info.input_types.find({dst->id(), dst_port}); in IsDstInputOnHost() local154 DCHECK(dst_it != info.input_types.end()); in IsDstInputOnHost()155 return dst_it->second == HOST_MEMORY; in IsDstInputOnHost()272 auto dst_it = g_info.input_types.find({dst->id(), dst_port}); in AddRecv() local273 DCHECK(dst_it != g_info.input_types.end()); in AddRecv()274 host_memory = (dst_it->second == HOST_MEMORY); in AddRecv()