tensorflow::ops

Function compare_and_bitpack

Source
pub fn compare_and_bitpack<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    threshold: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for CompareAndBitpack::new().build(input, threshold, scope).