Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dmemory_space_assignment_test.cc79 CostAnalysisPrefetchIntervalPicker prefetch_interval_picker( in AssignMemorySpaceUsingCostAnalysis() local
98 InstructionCountPrefetchIntervalPicker prefetch_interval_picker( in AssignMemorySpace() local
109 PrefetchIntervalPicker* prefetch_interval_picker, in AssignMemorySpace()
1444 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
4003 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
4102 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
5412 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
5523 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
5649 InstructionCountPrefetchIntervalPicker prefetch_interval_picker(2, 10); in TEST_P() local
H A Dmemory_space_assignment.h1025 PrefetchIntervalPicker* prefetch_interval_picker = nullptr; member