tensorflow::ops

Function compress_element

Source
pub fn compress_element<O0: Into<Output>>(
    components: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for CompressElement::new().build(components, scope).