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.cc77 CostAnalysisPrefetchIntervalPicker prefetch_interval_picker( in AssignMemorySpaceUsingCostAnalysis() local
95 InstructionCountPrefetchIntervalPicker prefetch_interval_picker( in AssignMemorySpace() local
106 PrefetchIntervalPicker* prefetch_interval_picker, in AssignMemorySpace()
1456 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
4052 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
4270 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
5221 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
5332 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
5458 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
Dmemory_space_assignment.h941 PrefetchIntervalPicker* prefetch_interval_picker = nullptr; member