Function tensorflow::ops::extract_glimpse
source · pub fn extract_glimpse<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
input: O0,
size: O1,
offsets: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ExtractGlimpse::new().build(input, size, offsets, scope)
.