Function tensorflow::ops::ragged_cross
source · pub fn ragged_cross<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>>(
ragged_values: O0,
ragged_row_splits: O1,
sparse_indices: O2,
sparse_values: O3,
sparse_shape: O4,
dense_inputs: O5,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RaggedCross::new().build(ragged_values, ragged_row_splits, sparse_indices, sparse_values, sparse_shape, dense_inputs, scope)
.