Home
last modified time | relevance | path

Searched refs:ExpandInstruction (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dgather_expander.h33 StatusOr<HloInstruction*> ExpandInstruction(
Dstable_sort_expander.h36 StatusOr<HloInstruction*> ExpandInstruction(
Dop_expander_pass.h39 virtual StatusOr<HloInstruction*> ExpandInstruction(
Dcholesky_expander.h31 StatusOr<HloInstruction*> ExpandInstruction(
Dtriangular_solve_expander.h33 StatusOr<HloInstruction*> ExpandInstruction(
Dop_expander_pass.cc38 ExpandInstruction(inst)); in Run()
Dstable_sort_expander.cc37 StatusOr<HloInstruction*> StableSortExpander::ExpandInstruction( in ExpandInstruction() function in xla::StableSortExpander
Dcholesky_expander.cc214 StatusOr<HloInstruction*> CholeskyExpander::ExpandInstruction( in ExpandInstruction() function in xla::CholeskyExpander
Dgather_expander.cc307 StatusOr<HloInstruction*> GatherExpander::ExpandInstruction( in ExpandInstruction() function in xla::GatherExpander
Dtriangular_solve_expander.cc452 StatusOr<HloInstruction*> TriangularSolveExpander::ExpandInstruction( in ExpandInstruction() function in xla::TriangularSolveExpander