pub fn sparse_cross_hashed<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>, O6: Into<Output>>(
    indices: O0,
    values: O1,
    shapes: O2,
    dense_inputs: O3,
    num_buckets: O4,
    strong_hash: O5,
    salt: O6,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SparseCrossHashed::new().build(indices, values, shapes, dense_inputs, num_buckets, strong_hash, salt, scope).