Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc1084 int64 recv_start_time = 0; in Partition() local
1093 status = GetNodeAttr(dst->attrs(), "_start_time", &recv_start_time); in Partition()
1095 recv_start_time = opts.start_times[dst->id()].value(); in Partition()
1119 if (iter->second.start_time > recv_start_time) { in Partition()
1120 iter->second.start_time = recv_start_time; in Partition()
1172 AddNodeAttr("_start_time", recv_start_time, recv); in Partition()
1174 AddNodeAttr("_start_time", recv_start_time, real_recv); in Partition()
1183 dup_recv[key] = {recv, real_recv, recv_start_time}; in Partition()