Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.h833 computations_in_schedule_(), in MemorySpaceAssignment()
837 computations_in_schedule_.insert(computation_and_bound.first); in MemorySpaceAssignment()
881 absl::flat_hash_set<const HloComputation*> computations_in_schedule_; variable
Dmemory_space_assignment.cc3012 if (!computations_in_schedule_.contains(computation)) { in SimplifyGraph()
3187 if (!computations_in_schedule_.contains(computation)) { in FixSchedule()