Searched refs:kTriangularSolve (Results 1 – 14 of 14) sorted by relevance
55 case Thunk::kTriangularSolve: in ThunkKindToString()
61 kTriangularSolve, enumerator
40 : Thunk(Kind::kTriangularSolve, hlo), in TriangularSolveThunk()
243 } else if (instruction->opcode() == HloOpcode::kTriangularSolve) { in AddBackendConstraints()
142 V(kTriangularSolve, "triangular-solve", 2) \
159 case HloOpcode::kTriangularSolve: in IsExpensive()
449 return instruction->opcode() == HloOpcode::kTriangularSolve; in InstructionMatchesPattern()
784 if (user->opcode() == HloOpcode::kTriangularSolve) { in CanShareOperandBufferWithUser()
178 case HloOpcode::kTriangularSolve: { in CreateFromProto()1390 case HloOpcode::kTriangularSolve: in CloneWithNewOperands()1840 case HloOpcode::kTriangularSolve: in IdenticalSlowPath()2663 case HloOpcode::kTriangularSolve: in Visit()
1021 case HloOpcode::kTriangularSolve: in GetInstructionColor()
2040 case HloOpcode::kTriangularSolve: in InstructionCanChangeLayout()
284 : HloInstruction(HloOpcode::kTriangularSolve, shape), in HloTriangularSolveInstruction()
1120 case HloOpcode::kTriangularSolve: { in ParseInstructionRhs()
3048 HloOpcode::kTriangularSolve, {a, b}); in TriangularSolve()