Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instructions.cc501 HloTriangularSolveInstruction::HloTriangularSolveInstruction( in HloTriangularSolveInstruction() function in xla::HloTriangularSolveInstruction
510 HloInstructionProto HloTriangularSolveInstruction::ToProto() const { in ToProto()
517 HloTriangularSolveInstruction::ExtraAttributesToStringImpl( in ExtraAttributesToStringImpl()
522 bool HloTriangularSolveInstruction::IdenticalSlowPath( in IdenticalSlowPath()
527 static_cast<const HloTriangularSolveInstruction&>(other); in IdenticalSlowPath()
538 HloTriangularSolveInstruction::CloneWithNewOperandsImpl( in CloneWithNewOperandsImpl()
542 return std::make_unique<HloTriangularSolveInstruction>( in CloneWithNewOperandsImpl()
Dhlo_instructions.h329 class HloTriangularSolveInstruction : public HloInstruction {
331 explicit HloTriangularSolveInstruction(const Shape& shape, HloInstruction* a,
Dhlo_instruction.cc1232 return std::make_unique<HloTriangularSolveInstruction>(shape, a, b, options); in CreateTriangularSolve()
4900 return Cast<HloTriangularSolveInstruction>(this)->triangular_solve_options(); in triangular_solve_options()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1315 xla::Cast<xla::HloTriangularSolveInstruction>(instr); in EmitTriangularSolveOp()