Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.cc1083 int64 send_start_time = 0; in Partition() local
1086 status = GetNodeAttr(src->attrs(), "_start_time", &send_start_time); in Partition()
1088 send_start_time = opts.start_times[src->id()].value(); in Partition()
1136 AddNodeAttr("_start_time", send_start_time, dummy); in Partition()
1147 send_start_time, &status); in Partition()