Home
last modified time | relevance | path

Searched defs:HloSortInstruction (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtopk_rewriter_test.cc134 [](const HloSortInstruction*, int64_t) { return true; }); in TEST_F()
165 [](const HloSortInstruction*, int64_t) { return true; }); in TEST_F()
196 [](const HloSortInstruction*, int64_t) { return true; }); in TEST_F()
227 [](const HloSortInstruction*, int64_t) { return true; }); in TEST_F()
258 [](const HloSortInstruction*, int64_t) { return true; }); in TEST_F()
H A Dtopk_rewriter.h30 explicit TopkRewriter(std::function<bool(const HloSortInstruction*, int64_t)> in TopkRewriter()
H A Dhlo_instructions.cc1178 HloSortInstruction::HloSortInstruction( in HloSortInstruction() function in xla::HloSortInstruction