Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc3331 const HloLiveRange::TimeBound& time_bound = in VerifyAndExportHeapSimulatorTrace() local
3334 int64 last_use_time = time_bound.start; in VerifyAndExportHeapSimulatorTrace()
3416 last_use_instruction, time_bound.start, time_bound.end, " ")); in VerifyAndExportHeapSimulatorTrace()
3418 last_use_time = std::min(last_use_time, time_bound.end); in VerifyAndExportHeapSimulatorTrace()
3421 << time_bound.start << ", " << last_use_time in VerifyAndExportHeapSimulatorTrace()
3424 time_bound.start, last_use_time, chunk, value)); in VerifyAndExportHeapSimulatorTrace()
Dmemory_space_assignment_test.cc3862 HloLiveRange::TimeBound time_bound = in TEST_P() local
3864 for (int i = time_bound.start; i <= time_bound.end; ++i) { in TEST_P()