Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc904 int64 root_time = instruction_schedule.at(while_body->root_instruction()); in IsUseAllowedInAlternateMemory() local
905 int64 min_use_time = root_time; in IsUseAllowedInAlternateMemory()
917 if (min_use_time == root_time) { in IsUseAllowedInAlternateMemory()
919 << "use time = " << min_use_time << ", root time = " << root_time; in IsUseAllowedInAlternateMemory()
928 << "use time = " << min_use_time << ", root time = " << root_time; in IsUseAllowedInAlternateMemory()