Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_partition.h77 bool need_to_record_start_times = false; member
Dgraph_partition.cc994 if (opts.need_to_record_start_times) { in Partition()
1060 if (errors::IsNotFound(status) && opts.need_to_record_start_times) { in Partition()
1067 if (errors::IsNotFound(status) && opts.need_to_record_start_times) { in Partition()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc423 if (popts.need_to_record_start_times) { in DoBuildPartitions()
1612 popts.need_to_record_start_times = true; in BuildAndRegisterPartitions()