Function tensorflow::ops::outfeed_enqueue
source · pub fn outfeed_enqueue<O0: Into<Output>>(
input: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for OutfeedEnqueue::new().build(input, scope)
.