Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h657 static std::unique_ptr<HloInstruction> CreateTriangularSolve(
H A Dhlo_instruction.cc265 instruction = CreateTriangularSolve(shape, operands(0), operands(1), in CreateFromProto()
1229 HloInstruction::CreateTriangularSolve(const Shape& shape, HloInstruction* a, in CreateTriangularSolve() function in xla::HloInstruction
H A Dhlo_parser.cc2066 return builder->AddInstruction(HloInstruction::CreateTriangularSolve( in CreateInstruction()