Home
last modified time | relevance | path

Searched refs:CreateCholesky (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_rewriter.cc50 StatusOr<HloInstruction*> CreateCholesky(CusolverContext* context, in CreateCholesky() function
142 CreateCholesky(context, allocator, instruction->mutable_operand(0), in RunOnInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_instruction.h457 static std::unique_ptr<HloInstruction> CreateCholesky(
Dhlo_instruction.cc185 CreateCholesky(shape, operands(0), proto.cholesky_options()); in CreateFromProto()
810 /* static */ std::unique_ptr<HloInstruction> HloInstruction::CreateCholesky( in CreateCholesky() function in xla::HloInstruction
Dhlo_parser.cc1152 HloInstruction::CreateCholesky(shape, operands[0], options)); in ParseInstructionRhs()