Home
last modified time | relevance | path

Searched refs:ExtractModule (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tools/
H A Dhlo_extractor_test.cc46 ExtractModule(FindInstruction(hlo_module.get(), "exp")); in TEST_F()
53 ExtractModule(FindInstruction(hlo_module.get(), "exp"), /*height=*/0); in TEST_F()
59 auto extracted_module = ExtractModule( in TEST_F()
84 ExtractModule(FindInstruction(hlo_module.get(), "exp")); in TEST_F()
91 ExtractModule(FindInstruction(hlo_module.get(), "add"), /*height=*/0); in TEST_F()
97 ExtractModule(FindInstruction(hlo_module.get(), "add"), /*height=*/1); in TEST_F()
104 ExtractModule(FindInstruction(hlo_module.get(), "add"), /*height=*/2); in TEST_F()
128 ExtractModule(FindInstruction(hlo_module.get(), "add"), /*height=*/0); in TEST_F()
134 ExtractModule(FindInstruction(hlo_module.get(), "add"), /*height=*/1); in TEST_F()
H A Dhlo_extractor.h31 std::unique_ptr<HloModule> ExtractModule(HloInstruction* instruction,
H A Dhlo_extractor.cc138 std::unique_ptr<HloModule> ExtractModule(HloInstruction* instruction, in ExtractModule() function
H A Dinteractive_graphviz.cc402 auto extracted_module = ExtractModule(instr, height); in DoExtractCommand()