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