Function tensorflow::ops::sparse_cross
source · pub fn sparse_cross<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
indices: O0,
values: O1,
shapes: O2,
dense_inputs: O3,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseCross::new().build(indices, values, shapes, dense_inputs, scope)
.