Home
last modified time | relevance | path

Searched defs:prefetch_interval_picker (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dmemory_space_assignment_test.cc60 CostAnalysisPrefetchIntervalPicker prefetch_interval_picker( in AssignMemorySpaceUsingCostAnalysis() local
76 InstructionCountPrefetchIntervalPicker prefetch_interval_picker( in AssignMemorySpace() local
87 PrefetchIntervalPicker* prefetch_interval_picker, in AssignMemorySpace()
1437 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
4033 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
4249 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
4527 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
4638 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
4713 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
Dmemory_space_assignment.h424 PrefetchIntervalPicker* prefetch_interval_picker = nullptr; member