Searched refs:cholesky_options (Results 1 – 7 of 7) sorted by relevance
143 instruction->cholesky_options(), instruction->metadata())); in RunOnInstruction()
216 const CholeskyOptions& options = instruction->cholesky_options(); in ExpandInstruction()
348 const auto& options = cholesky_options(); in IdenticalSlowPath()349 const auto& other_options = casted_other.cholesky_options(); in IdenticalSlowPath()360 cholesky_options()); in CloneWithNewOperandsImpl()
208 xla.CholeskyOptions cholesky_options = 62; field
185 CreateCholesky(shape, operands(0), proto.cholesky_options()); in CreateFromProto()3549 const CholeskyOptions& HloInstruction::cholesky_options() const { in cholesky_options() function in xla::HloInstruction3550 return Cast<HloCholeskyInstruction>(this)->cholesky_options(); in cholesky_options()
1616 const CholeskyOptions& cholesky_options() const;
188 const CholeskyOptions& cholesky_options() const { return cholesky_options_; } in cholesky_options() function