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