Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_rewriter.cc136 if (instruction->opcode() != HloOpcode::kCholesky) { in RunOnInstruction()
161 if (hlo->opcode() == HloOpcode::kCholesky) { in RunOnComputation()
Dthunk.cc23 case Thunk::kCholesky: in ThunkKindToString()
Dthunk.h45 kCholesky, enumerator
Dcholesky_thunk.cc40 : Thunk(Kind::kCholesky, hlo), in CholeskyThunk()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_opcode.h66 V(kCholesky, "cholesky", 1) \
Dcholesky_expander.cc211 return instruction->opcode() == HloOpcode::kCholesky; in InstructionMatchesPattern()
Dinstruction_fusion.cc124 case HloOpcode::kCholesky: in IsExpensive()
Dhlo_instruction.cc183 case HloOpcode::kCholesky: { in CreateFromProto()
1391 case HloOpcode::kCholesky: in CloneWithNewOperands()
1841 case HloOpcode::kCholesky: in IdenticalSlowPath()
2665 case HloOpcode::kCholesky: in Visit()
Dhlo_graph_dumper.cc1022 case HloOpcode::kCholesky: in GetInstructionColor()
Dlayout_assignment.cc2041 case HloOpcode::kCholesky: in InstructionCanChangeLayout()
Dhlo_instructions.cc328 : HloInstruction(HloOpcode::kCholesky, shape), cholesky_options_(options) { in HloCholeskyInstruction()
Dhlo_parser.cc1144 case HloOpcode::kCholesky: { in ParseInstructionRhs()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc3063 return builder->AddInstruction(std::move(instr), HloOpcode::kCholesky, {a}); in Cholesky()