pub fn sparse_cross_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
    indices: O0,
    values: O1,
    shapes: O2,
    dense_inputs: O3,
    sep: O4,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SparseCrossV2::new().build(indices, values, shapes, dense_inputs, sep, scope).