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.cc1057 int64 recv_start_time = 0; in Partition() local
1066 status = GetNodeAttr(dst->attrs(), "_start_time", &recv_start_time); in Partition()
1068 recv_start_time = opts.start_times[dst->id()].value(); in Partition()
1092 if (iter->second.start_time > recv_start_time) { in Partition()
1093 iter->second.start_time = recv_start_time; in Partition()
1145 AddNodeAttr("_start_time", recv_start_time, recv); in Partition()
1147 AddNodeAttr("_start_time", recv_start_time, real_recv); in Partition()
1156 dup_recv[key] = {recv, real_recv, recv_start_time}; in Partition()