Function tensorflow::ops::bucketize

source ·
pub fn bucketize<O0: Into<Output>>(
    input: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Bucketize::new().build(input, scope).