Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment.cc321 bool InstructionCountPrefetchIntervalPicker::CanAllocateInAlternateMemoryNoCopy( in CanAllocateInAlternateMemoryNoCopy()
326 int64 InstructionCountPrefetchIntervalPicker::PreferredEvictionEndTime( in PreferredEvictionEndTime()
331 int64 InstructionCountPrefetchIntervalPicker::LatestPrefetchStartTime( in LatestPrefetchStartTime()
337 int64 InstructionCountPrefetchIntervalPicker::PreferredPrefetchStartTime( in PreferredPrefetchStartTime()
344 void InstructionCountPrefetchIntervalPicker::Begin(const HloUse& use, in Begin()
354 int64 InstructionCountPrefetchIntervalPicker::Next() { in Next()
360 bool InstructionCountPrefetchIntervalPicker::Done() const { in Done()
364 std::string InstructionCountPrefetchIntervalPicker::ToDebugString() const { in ToDebugString()
368 std::string InstructionCountPrefetchIntervalPicker::ToNoCopyDebugString( in ToNoCopyDebugString()
Dmemory_space_assignment.h262 class InstructionCountPrefetchIntervalPicker : public PrefetchIntervalPicker {
264 InstructionCountPrefetchIntervalPicker(int64 min_overlap_count, in InstructionCountPrefetchIntervalPicker() function
Dmemory_space_assignment_test.cc76 InstructionCountPrefetchIntervalPicker prefetch_interval_picker( in AssignMemorySpace()
1437 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P()
4033 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P()
4249 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P()
4527 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P()
4638 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P()
4713 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P()