pub fn sparse_cross_hashed<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>, T5: ToTensorHandle<'a>, T6: ToTensorHandle<'a>>(
    ctx: &'a Context,
    indices: &[&T0],
    values: &T1,
    shapes: &[&T2],
    dense_inputs: &T3,
    num_buckets: &T4,
    strong_hash: &T5,
    salt: &T6
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for SparseCrossHashed::new().call(&ctx, &indices, &values, &shapes, &dense_inputs, &num_buckets, &strong_hash, &salt).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SparseCrossHashed