Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.h127 StatusOr<XlaOp> TriangularSolveInternal(
Dmlir_hlo_builder.cc442 StatusOr<XlaOp> MlirHloBuilder::TriangularSolveInternal( in TriangularSolveInternal() function in xla::MlirHloBuilder
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1644 StatusOr<XlaOp> XlaBuilder::TriangularSolveInternal( in TriangularSolveInternal() function in xla::XlaBuilder
4435 return builder->TriangularSolveInternal(shape, a, b, std::move(options)); in TriangularSolve()
Dxla_builder.h630 virtual StatusOr<XlaOp> TriangularSolveInternal(