Searched refs:CholeskyInternal (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
D | mlir_hlo_builder.h | 131 StatusOr<XlaOp> CholeskyInternal(const Shape& shape, XlaOp a,
|
D | mlir_hlo_builder.cc | 457 StatusOr<XlaOp> MlirHloBuilder::CholeskyInternal(const Shape& shape, XlaOp a, in CholeskyInternal() function in xla::MlirHloBuilder
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.cc | 1653 StatusOr<XlaOp> XlaBuilder::CholeskyInternal(const Shape& shape, XlaOp a, in CholeskyInternal() function in xla::XlaBuilder 4445 return builder->CholeskyInternal(shape, a, lower); in Cholesky()
|
D | xla_builder.h | 633 virtual StatusOr<XlaOp> CholeskyInternal(const Shape& shape, XlaOp a,
|