Function tensorflow::ops::sparse_softmax
source · pub fn sparse_softmax<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
sp_indices: O0,
sp_values: O1,
sp_shape: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for SparseSoftmax::new().build(sp_indices, sp_values, sp_shape, scope)
.