Searched refs:CreateTriangularSolve (Results 1 – 3 of 3) sorted by relevance
657 static std::unique_ptr<HloInstruction> CreateTriangularSolve(
265 instruction = CreateTriangularSolve(shape, operands(0), operands(1), in CreateFromProto()1229 HloInstruction::CreateTriangularSolve(const Shape& shape, HloInstruction* a, in CreateTriangularSolve() function in xla::HloInstruction
2066 return builder->AddInstruction(HloInstruction::CreateTriangularSolve( in CreateInstruction()