Function tensorflow::ops::sparse_reorder

source ·
pub fn sparse_reorder<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    input_indices: O0,
    input_values: O1,
    input_shape: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SparseReorder::new().build(input_indices, input_values, input_shape, scope).