Function tensorflow::eager::raw_ops::batch_matrix_triangular_solve
source · pub fn batch_matrix_triangular_solve<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
matrix: &T0,
rhs: &T1
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for BatchMatrixTriangularSolve::new().call(&ctx, &matrix, &rhs)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/BatchMatrixTriangularSolve