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.cc1056 int64 send_start_time = 0; in Partition() local
1059 status = GetNodeAttr(src->attrs(), "_start_time", &send_start_time); in Partition()
1061 send_start_time = opts.start_times[src->id()].value(); in Partition()
1109 AddNodeAttr("_start_time", send_start_time, dummy); in Partition()
1120 send_start_time, &status); in Partition()