Function tensorflow::ops::unravel_index

source ·
pub fn unravel_index<O0: Into<Output>, O1: Into<Output>>(
    indices: O0,
    dims: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for UnravelIndex::new().build(indices, dims, scope).