tensorflow::ops

Function segment_prod

Source
pub fn segment_prod<O0: Into<Output>, O1: Into<Output>>(
    data: O0,
    segment_ids: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for SegmentProd::new().build(data, segment_ids, scope).