Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h131 StatusOr<XlaOp> CholeskyInternal(const Shape& shape, XlaOp a,
Dmlir_hlo_builder.cc457 StatusOr<XlaOp> MlirHloBuilder::CholeskyInternal(const Shape& shape, XlaOp a, in CholeskyInternal() function in xla::MlirHloBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1653 StatusOr<XlaOp> XlaBuilder::CholeskyInternal(const Shape& shape, XlaOp a, in CholeskyInternal() function in xla::XlaBuilder
4445 return builder->CholeskyInternal(shape, a, lower); in Cholesky()
Dxla_builder.h633 virtual StatusOr<XlaOp> CholeskyInternal(const Shape& shape, XlaOp a,