pub fn batch_matrix_determinant<O0: Into<Output>>( input: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for BatchMatrixDeterminant::new().build(input, scope).
BatchMatrixDeterminant::new().build(input, scope)