Function tensorflow::ops::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)
.