Home
last modified time | relevance | path

Searched refs:CreateTriangularSolve (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h453 static std::unique_ptr<HloInstruction> CreateTriangularSolve(
Dhlo_instruction.cc179 instruction = CreateTriangularSolve(shape, operands(0), operands(1), in CreateFromProto()
804 HloInstruction::CreateTriangularSolve(const Shape& shape, HloInstruction* a, in CreateTriangularSolve() function in xla::HloInstruction
Dhlo_parser.cc1128 builder->AddInstruction(HloInstruction::CreateTriangularSolve( in ParseInstructionRhs()