Function tensorflow::ops::matrix_triangular_solve
source · pub fn matrix_triangular_solve<O0: Into<Output>, O1: Into<Output>>(
matrix: O0,
rhs: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for MatrixTriangularSolve::new().build(matrix, rhs, scope)
.