Home
last modified time | relevance | path

Searched refs:kCholesky (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_rewriter.cc134 if (instruction->opcode() != HloOpcode::kCholesky) { in RunOnInstruction()
156 if (hlo->opcode() == HloOpcode::kCholesky) { in RunOnComputation()
Dthunk.cc35 case Thunk::kCholesky: in ThunkKindToString()
Dthunk.h47 kCholesky, enumerator
Dcholesky_thunk.cc40 : Thunk(Kind::kCholesky, thunk_info), in CholeskyThunk()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h63 V(kCholesky, "cholesky", 1) \
Dcholesky_expander.cc219 return instruction->opcode() == HloOpcode::kCholesky; in InstructionMatchesPattern()
Dinstruction_fusion.cc147 case HloOpcode::kCholesky: in IsExpensive()
Dhlo_instruction.cc205 case HloOpcode::kCholesky: { in CreateFromProto()
1710 case HloOpcode::kCholesky: in CloneWithNewOperands()
2246 case HloOpcode::kCholesky: in IdenticalSlowPath()
3270 case HloOpcode::kCholesky: in Visit()
Dhlo_graph_dumper.cc1045 case HloOpcode::kCholesky: in GetInstructionColor()
Dsharding_propagation.cc238 case HloOpcode::kCholesky: in PickRepresentativeOperand()
Dhlo_parser.cc94 case HloOpcode::kCholesky: in CanInferShape()
1722 case HloOpcode::kCholesky: { in ParseInstructionRhs()
Dlayout_assignment.cc2270 case HloOpcode::kCholesky: in InstructionCanChangeLayout()
Dhlo_instructions.cc384 : HloInstruction(HloOpcode::kCholesky, shape), cholesky_options_(options) { in HloCholeskyInstruction()
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc354 return xla::HloOpcode::kCholesky; in MhloToHloOpcode()
Dhlo_function_importer.cc340 case HloOpcode::kCholesky: { in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1660 return AddInstruction(std::move(instr), HloOpcode::kCholesky, {a}); in CholeskyInternal()