Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dtopk_rewriter_test.cc80 TopkRewriter rewriter([](const HloSortInstruction*, int64) { return true; }); in TEST_F()
110 TopkRewriter rewriter([](const HloSortInstruction*, int64) { return true; }); in TEST_F()
140 TopkRewriter rewriter([](const HloSortInstruction*, int64) { return true; }); in TEST_F()
Dtopk_rewriter.h28 explicit TopkRewriter(std::function<bool(const HloSortInstruction*, int64)> in TopkRewriter()
Dhlo_instructions.cc945 HloSortInstruction::HloSortInstruction( in HloSortInstruction() function in xla::HloSortInstruction